what is view state and its use
Answer Posted / guest
View state .. the web is stateless when it is loaded.. so.
in view state . we can view in which suivation..
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Explain the steps needed to be performed in order to create an animation in xaml?
Explain the difference between Web Garden and Web Farm?
What is the difference between pathparam and queryparam?
What is the use of web.config and machine.config files?
What are the different types of Caching techniques in ASP.NET?
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
Is asp.net a programming language or framework?
What is connection pooling and how to enable and disable connection pooling?
What is the difference between cache and cookies?
Why and where this web.config file is used?
What is the difference between adding reference in solution explorer and adding references by using ?
What is asp.net master page?
What is a postback ispostback and autopostback in asp net?
What is repository pattern in mvc.net? : asp.net mvc
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?