thinkinterview » interview questions
« Previous

interview Questions

next »
question While testing your ASP.NET web application you noticed that while clicking on CheckBox of one of the web page it does not cause a PostBack; you required that the CheckBox should make PostBack so Web page can be update on the server-side code. How can you make the CheckBox to cause a PostBack?
  • 1. Set the AutoPostBack property to true.
  • 2. Add JavaScript code to call the ForcePostBack method.
  • 3. Set the PostBackAll property of the Web page to true.
  • 4. Add server-side code to listen for the click event from the client.

Next Queston » While writing code in Visual Studio 2005 you creates a new instan...
While writing code in Visual Studio 2005 you creates a new instance of a ASP.NET Posted By: View Count: