What is a PostBack?
What is ViewState? How is it encoded? Is it encrypted? Who
uses ViewState? Why is it either useful or evil?

Answers were Sorted based on User's Feedback



What is a PostBack? What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState? Why..

Answer / sahil dua

PostBack is the name given to the process of submitting an
ASP.NET page to the server for processing . PostBack is
done if certain credentials of the page are to be checked
against a database (such as verification of username and
password). This is something that a client machine is not
able to accomplish and thus these details have to
be ‘posted back’ to the server.



Viewstate is a collection of name/value pairs, where
control's and page itself store information that is
persistent among web requests.

Is This Answer Correct ?    8 Yes 4 No

What is a PostBack? What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState? Why..

Answer / ravi.n

performing action with webpage make a request to web server that make a request to same page. it is called post back request...........
ISPostback property can be used to identify type of request.

Is This Answer Correct ?    1 Yes 0 No

What is a PostBack? What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState? Why..

Answer / ravi.n

please inform me we have any queries to above posted answer

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Difference between windows application and web application? Which is the best for updation purpose?

5 Answers   IBS,


What is the name of the base class that all web forms will be inherited?

7 Answers  


What is operator overloading in dotnet

1 Answers  


What is the life cycle of web page?

0 Answers  


How to fetch a data from one table to another table in asp.net ?

0 Answers   MCN Solutions,






What is asp according to you?

0 Answers  


Explain what a diffgram is, and a good use for one?

2 Answers  


What do you mean by authentication and authorization

3 Answers  


What are Themes? What is their use ?

1 Answers  


Best Institute in india for online training (Dotnet/java/Tibco/Dwh/etc.....)

4 Answers  


What is comparevalidator?

0 Answers  


Hi! Could any 1 please suggest me a free practice online exam for asp.net exams.. thanks

1 Answers  


Categories