I have an ASP.NET application developed using VB.NET - creates a single DLL and a bunch of aspx, ascx pages (I don't register anything on the web server).
When multipler users are connected to the application using this web server, they randomly see each other's data (like incorrect form...
After I bind data to a datagrid, how can I get the column name of a field in the database? I know I can access the values of columns inside each row by accessing e.Item.Dataitem(i) (by looking at e.Item.ItemType) in the ItemCreated event on a databind.
My intention is to change the appearance...
In one just case I'm getting this message:
System.ArgumentOutOfRangeException - Index was out of range. Must be non-negative and less than the size of the collection.
Happens in only one instance, works fine for all other tables/queries. I read something about a bug in MSDN but not...
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.