Trying to build a page, and already done most of the intranet site in asp.net 2.0 with VS2005. BUt I am stuck on one item.... tricky to explain,
The user, via a text box, needs to input an ID number for a recordset to display the data, but as a form later in the page needs another item from the row, that is not known at the beginning, I am trying to store that item somewhere and recall it. In ASP classic, you could use the session object, not sure how to do it in ASP.NET 2, tried using hidden gridviews and fields to no avail....
if you need a better explanation, i will try :S
The user, via a text box, needs to input an ID number for a recordset to display the data, but as a form later in the page needs another item from the row, that is not known at the beginning, I am trying to store that item somewhere and recall it. In ASP classic, you could use the session object, not sure how to do it in ASP.NET 2, tried using hidden gridviews and fields to no avail....
if you need a better explanation, i will try :S