Answer Posted / sagar jena
All the viewstate information stores in hidden field and hidden field is a textbox without visibility.,which is used for data-communication between browser and web-server towards different postback communication for a particular page.
| Is This Answer Correct ? | 3 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? Give an example.
What is manifest in .net framework?
What’s the use of “GLOBAL.ASAX” file?
How would you implement inheritance using c#?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
What is the difference between client-side and server-side validations in ASP.NET?
Which data type does the rangevalidator control support?
What is the difference between c# and .net?
How to comment out asp.net tags?
A web service can only be written in .net? State whether true or false.
What is the used of "ispostback" property?
Can you use c# without .net?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
Why do we use datasource in asp.net?
What is an assembly? Explain its parts.