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

Can a .net web application consume java web service?

0 Answers  


Why viewstate is used in asp.net?

0 Answers  


what is profiles in asp.net

1 Answers  


what is DLL Hell and how it is solved in .NET? please explain clearly??

0 Answers   TCS,


What are custom user controls in asp.net?

0 Answers  






If i have a page where i create an instance of a dll and without invoking any method can I send values to next page ?

1 Answers   Satyam,


User contro having 4 text boxes given validation controls. i want to execute validations after the button click event how it is?

3 Answers  


How ASP and ASP.NET page works.

3 Answers  


What would be salary for 8+ years of experience in ASP.NET in different metro city in india?

0 Answers   Prompt Softech,


Explain diff. Betn dataset and recordset?

0 Answers  


we can able to display a MessageBox in asp .net without using any script langages?

8 Answers   ABC,


What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?

0 Answers  


Categories