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...
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
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.
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.