What is view state and how this can be done and was this
there in asp?
Answer Posted / kautilya
ViewState is a hidden component which is being stored at
client side. It is basically used to retain the data of the
form during round trip to the server.
Viewstate is introduced in asp.net, it was not in classic
asp.
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
How many types of session state management options available in asp.net?
How can we access static variable?
Difference between application events and session events
What is active web pages?
How will create assesblies at run time?
What language is asp.net written in?
In the Repeater control which way you can edit?
Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What is advantage of asp.net?
Can action method static?
What is the difference between the asp and asp.net?
Explain one critical mapping?
What is validation in asp.net?
How many ways are there to maintain a state in .net? What is view state?