What is view state and use of it ?
Answer / 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 |
What is a web api endpoint?
What is the first name space in .netF/W heirarchy
how to integrate Language conversion, without asking the enduser to download font, it should auto integrate
What are the events that happen when a client requests an asp.net page from iis server?
What are the different types of Caching techniques in ASP.NET?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Define static function?
How can i include both C# and vb.net classes in same solution?
Can you explain what inheritance is and an example of when you might use it?
Why is global asax is used for?
Can viewstate be accessed in another page?
To load your generated dataset with data which method do you invoke?