Answer Posted / mano
Advantage:
1.view state used to store hidden values at the time of Postback.
2. It maintain state of object;
Disadvantage:
1.When process load into server it cost may higher.
SO when do web papplication,it good to avoid use of to many
HiddenFeilds
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the media types of http requests and response?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
Where is asp.net session stored?
what are configuration files?
How many types of state management are there in asp net?
Explain about asp.net caching?
What is viewstate parameter?
What a diffgram is, and a good use for one?
Which method do you use to enforce garbage collection in .net?
What is meant by asp.net?
How many types of validation are there?
When you use Ajax controls in the ASP.NET application?
How will you maintain versioning in asp.net 2.0?
What is the biggest disadvantage of “Other Return Types” in Web API?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????