Answer Posted / manish singh(amalga fusion)
you can maintain client side state managment in following
way
1 view state
2 query string
3 hidden field
4 cookies
5 Hidden frames
you can maintain server side managment in following way
1 Application
2 Session
3 i think using cache object also but not sure.
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
Why should i prefer JSP over asp.net or any other web development language..??
Can user control be stored in library?
How can you debug your.net application?
Is asp.net a programming language or framework?
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
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Define machine.config in .net?
What is a postback url?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is difference between viewstate and session state in javascript?
Why we go for mvc instead of asp.net? : Asp.Net MVC
How you will handle session when deploying application in more than a server?
Describe the events in the life cycle of a web application.
How does session state work in asp.net?
What is the life cycle of web page?