Name the control which can be used to reserve the space on
web page for storing localized data.
Answer Posted / progguru
viewstate control
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What’s the catch?
What is web api config?
What is parse in asp.net?
Explain about the Class view window?
Describe the disadvantage of cookies.
What are session objects?
Is web config mandatory?
What is a page life cycle? What are the events in a page life cycle?
What are the new features implemented in ASP.NET?
What is routing in MVC?
What is asp.net caching?
Define tracing.
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
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?
Differentiate between a hyperlink control and a linkbutton control.