Answer Posted / bhim bharti
The current property settings of an ASP.NET page and those of any ASP.NET server controls contained within the page. ASP.NET can detect when a form is requested for the first time versus when the form is posted (sent to the server), which allows you to program accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How use Xml data in ASP.net?
What is the base class from which web forms are inherited?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
Explain difference between dataset and datareader?
What is server redirect?
What is the difference between login controls and forms authentication?
What is hidden field in asp.net?
How you will improve web application performance?
Where session variables are stored?
Why cyclomatic complexity is important?
What are Authentication and Authorization?
What is advantage of code behind coding in ASP.NET?
Which is faster viewbag or viewdata?
What are the asp.net 2.0 features?
If we remove web.config or machine.config from the application then, is this application will works?