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

What type of code (server or client) is found in a Code- Behind class?

2 Answers  


What are the components of ado.net?

0 Answers  


what is difference between User Control,Custom Contro1,Web server control and template controls

1 Answers  


If i have 1000 records in dataset, how to do paging?

2 Answers   Mind Tree,


What are the main requirements for caching?

0 Answers  






What is view state management in asp net?

0 Answers  


what is the difference between assemblyinfo and webconfig files?

1 Answers  


What is session id in web application?

0 Answers  


How to store checkbox value in database in asp.net mvc? : Asp.Net MVC

0 Answers  


Explain Optimization technique description?

0 Answers   Digital GlobalSoft,


How can exception be handled with out the use of try catch?

0 Answers  


How to Convert a String into Float without using any built- in library of .NET String = "1235.45" needs to converted to a float

2 Answers   CA, Microsoft,


Categories