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 bkrike 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: mattyjim
  • Content: Threads
  • Order by date
  1. mattyjim

    using web server controls

    hello! i've created an instance of a class within an .aspx. the class that i've instantiated has a method that contains the following code: TextBox myTextBox = new TextBox(); myTextBox.Text = "Sample Text"; whenever i call this method i receive no errors, but i don't achieve the desired...
  2. mattyjim

    program design: the right way to go?

    hello there! i'm new to c#, and as i'm looking to avoid developing any bad programming habits, i'd like to run my program design past all you experts just to make sure i'm not heading in the wrong direction. can anybody see anything that might be wrong with the following idea? i want to be...

Part and Inventory Search

Back
Top