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 derfloh 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: *

  • Users: anarayan
  • Content: Threads
  • Order by date
  1. anarayan

    dll for web app using asp.net(vb.net)

    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...
  2. anarayan

    column name in datagrid results

    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...
  3. anarayan

    "Index Was Out of Range" in datagrid

    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...

Part and Inventory Search

Back
Top