thinkinterview » interview questions
« Previous

interview Questions

next »
question While writing code in Visual Studio 2005 you creates a new instance of a ASP.NET TextBox server control, what do you need to do to get the TextBox to display on the Web page?
  • 1. Call the ShowControl method on the TextBox.
  • 2. Set the VisibleControl to true on the TextBox.
  • 3. Add the TextBox instance to the form1.Controls collection.
  • 4. Execute the AddControl method on the Web page.

Next Queston » While creating your ASP.NET web based application you want to cre...

While creating your ASP.NET web based application you want to create multiple View full queston »


Posted in: ASP.NET(45) |