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 Chriss Miller 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: JenJen
  • Content: Threads
  • Order by date
  1. JenJen

    Dynamically Added User Control

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

    Dataset as a session variable

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

Part and Inventory Search

Back
Top