What is the name of the base class that all web forms will
be inherited?
Answer Posted / varun
System.Web.UI.Form class
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Explain how can we inherit a static variable?
How long do session variables last?
What are the asp.net security controls?
How would you enable impersonation in the web.config file?
What are the two properties that are common on every validation control?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What is the difference between response.redirect and server.transfer?
Explain the difference between debug.write and trace.write?
Which method is used to force all the validation controls to run?
How you will improve web application performance?
Is asp.net is a programming language?
What are url fragments?
What is directive in asp net?
Can a master page have more than one contentplaceholder?