A session is lost after a click of a button! I am saving my typed dataset to a session: Session.Add("ds_FPInfo_Group", Dataset11) Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
Howdy, Sorry for the cross group post, but I'm not sure who would know more on this. I going to have my ASP.Net 2.0 application running on a server behind my ISA 2004 server. Several pages are setup for cacheing. I read somwhere
I have a ASP.NET web page with a SqlDataSource configured with the select pointing to a stored procedure. This works as expected and using the SqlDataSource_Selected event I test how many rows selected by: Debug.WriteLine(e.AffectedRows);