Answer Posted / vipin tripathi
Ways to handle State Management
1. View State
2.Query String
3.Hiddne Field
4. Cookies
Server Site is:
1.Session
2.Application
3:Cache Object
| Is This Answer Correct ? | 31 Yes | 2 No |
Post New Answer View All Answers
How can we inherit a static member?
What is cookies cache and session?
Which class is used to send an email message from an ASP.NET Web page?
Why is xap important?
Define what is razor? : asp.net mvc
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
How would you turn off cookies on one page of your website?
What are the new navigation controls in asp.net 2.0?
Explain State management in asp.net
What is session id in web application?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What's the use of response.output.write()?
What is viewstate information stored?
What methods are fired during the page load? Init()
What are validator? Name the validation controls in asp.net?