Answer Posted / guru gangadhar
Web Page is a Stateless.
So when the page is post backed the data doesn't persist.
In asp.net view state is present by default which is used to
store the data , we can store the data in view state at the
code behind while the page is post backed.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is syntax code to send email from an asp.net application?
How to implement globalization and localization in the use interface in .net.
What is cross page posting? How is it done?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What I need to create and run an asp.net application?
Which data type does the rangevalidator control support?
Which method do you use to enforce garbage collection in .net?
What is the difference between rest and restful?
What are the different method of navigation in asp.net?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What is the difference between custom controls and user controls?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
How do you do client-side validation in .net? How to disable validator control by client side javascript?