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
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
What is the importance of Global.asax in ASP.NET?
Where sessions are stored in asp.net?
Define repository pattern in asp.net mvc? : asp.net mvc
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
Explain how to prepare culture-specific formatting in .net.
What is the difference between cache and cookies?
How do we assign page-specific attributes?
Explain different types of Caching techniques in ASP.NET?
How to disable validator control by client side JavaScript?
How to create multi language website in asp.net mvc? : Asp.Net MVC
How to do state management in ASP.NET?
Why session is necessary in web application?
How to use ipostback?
What is the purpose of url encoding?