Answer Posted / nazeer
when client makes a request for a page, asp.net process the
@server and gets result.
All this result of controls are concatnated into one string.
This string converted to base64 encodining format and
stored in hidden field called "viewstate"
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are the two types of web pages?
Write a code for sending an email from asp.net application.
In a Repeater control how one can provide an alternating color scheme ?
Which method is used to perform all validation at the page level?
What does session_start () do?
What do you mean by authentication?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is advantage of code behind coding in ASP.NET?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
What are the various types of validation controls provided by asp.net?
How can we create pie chart in asp.net?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
How do you declare static variable?
When cookie will expire?
Can asp.net work on an nt server?