Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How to set/get parent page values in child page in asp.net

3 Answers   Wipro,


What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?

1 Answers   Patni,


What are the different types of sessions in asp.net?

0 Answers  


Explain how do you deploy your asp.net application?

0 Answers  


How would ASP and ASP.NET applications run at the same time on the same server?

0 Answers   Satyam,


How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio.net language (vb.net)?

2 Answers   rocsearch,


What are the difference between overriding and overloading?

0 Answers  


How to find out what version of asp.net I am using on my machine?

0 Answers  


which type of data u send through request.querystring()?and tell abt exact size?

1 Answers   CSC, Nay Company,


What is globalization and localization in asp net?

0 Answers  


What is the syntax for datagrid and specifying columns ?

2 Answers   Microsoft,


If 200 is for all successful operation then why do we have 201 response codes?

0 Answers  


Categories