I have a solution with 2 projects in it. I need to programatically add a user control from one project into the other one (as you cannot declare this normally on the form because it is in a different application). When the page_load event of the user control is fired at run-time, none of the...
Hi, I hope someone can help.
I am using a session variable to store a dataset as -
Session.Add("dsCustRecord", dsSearchResults);
I know that dsSearchResults is a dataset which contains 1 row.
When I later use the session variable -
DataSet dsCustRecord = new DataSet();
dsCustRecord =...
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.