Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CodeFun

    Formating Datagrids

    Hi, you can select the datagrid, move the cursor to the bottom edge of the datagrid. The cursor changes to different pointer then you can drag to change the size. When you drag its bottom upward, its physical look doesn't change, but its heigh property is changing to smaller number. Do that...
  2. CodeFun

    HTML error handled By Web.Config

    I think it depends on the mode, on, off, or remoteonly you set in the web.config file. Hope this article will help. http://www.c-sharpcenter.com/asp.net/customerrors.htm
  3. CodeFun

    We.Config Impersonate 'name' not accepted

    Hello, I have read some posts from other sites, and one approach you can try is to put the impersonate element in the machine config. This link have the information may help you. http://www.c-sharpcorner.com/Code/2002/Sept/AspNetAdvancedConfig.asp Hope this help.
  4. CodeFun

    Make first item as blank in dropdown list

    Hello, I know one way to do that. I would do a loop to add data into the listbox. The first item will be empty string. Hope this help.
  5. CodeFun

    Default combobox value

    My opinion is when the combobox is bound to a datasource it can't accept insert statement. When the column in the database that bound to the combobox is updated then the combobox will update. If you want to use the insert statement, you should use the "Do Loop" statement to add all the list...
  6. CodeFun

    Can any Guru tell me how to ensure proper date format?

    I have an alternative way to check for the date the user input as date data type, but this doesn't require how users input the date. They can type 04-04-04, 09/04/04, or 4/4/2004. When submit data use isdate function to check if it a date. If not return to the user and ask for correct date...
  7. CodeFun

    Copying Images from one picture box to another...

    I found this from other web site. http://pages.cpsc.ucalgary.ca/~carman/481/examples/vb.net/pictures.html Hope this help

Part and Inventory Search

Back
Top