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
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 |
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 |
Answer / ravi.n
please inform me we have any queries to above posted answer
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we identify that the page is post back in asp net?
What is state management in .net?
what are grid events ?code for dropdown inside grid and binding dropdown syntax
Which data type does the rangevalidator control support?
What is postback and autopostback in asp.net?
How many classes can a single .NET DLL contain?
A brief difference between Session and Cookies in asp.net
Question asked by one of interviewer in panal is given below: We have 2 user control on same page ,1st user control contains textbox and a button while 2nd user control have label. when ever we click on button click of 1st custom control button the value of the textBox will get updated into Label of 2nd custom control. How to do this.Your help will be appreciated.
Explain what the contents of cookie?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
How to do Forms authentication in asp.net?
Suppose you want a certain ASP.NET function executed on MouseOver over a certain button. Where do you add an event handler?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)