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 strongm 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: *

  1. mattyjim

    using web server controls

    thanks ca8msm! i'll give that a try. thanks again!
  2. mattyjim

    using web server controls

    thanks for your reply, ca8msm! i think i see what you mean. the problem now is that i can't seem to access PlaceHolder1 from inside my class. is there a way to pass in a reference to PlaceHolder1 or something?
  3. 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...
  4. mattyjim

    program design: the right way to go?

    thanks for your replies! i must admit the whole thing felt a bit nasty from the outset; i thought you might dissaprove ;-) i'll read up on factories, interfaces and polymorphism then. thanks for your help!!
  5. 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