How can u manage state ?
Answers were Sorted based on User's Feedback
Answer / vimal
managing state is done by
client side techniques...
viewstate,querystring,cookies
server side techniques
Application state,session state.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / g.m.reddy
Managing the state in Asp.Net they are 2 types
1. client side
2. server side
Client silde [cookies,query string,view state,hidden fields]
Server Side [Sessions and Application State ]
FYI.
How we can the pass values and how to store the data in VIew state ?
how many types of Sessions we have in ASp.Net ?
| Is This Answer Correct ? | 0 Yes | 0 No |
How Web service create Proxy Using WSDL?
what is Difference beetween Array and Hash Table.?
Explain about microsoft visual studio?
i want to know that now a days which software course has demand and more opportunities please give me reply to my mail id
Difference between type constructor and instance constructor?
Explain difference between inprocess vs out process session state? : .NET Architecture
Can I create my own permission set?
What is Object Caching in Visual Studio 2010?
What does the term "green architecture" mean? : Dot net architecture
What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile
What should one do to make class serializable?
I am working with asp.net 2005 and Crystal report 10. I have an image field on my dataset to show on Crystal report.And the image is shows dynamically from database in image field of CR. The image field is showing well on my Crystal report on its first page with all other data but when i click to open second page of CR,it does not show any data on that.I found that this is because of adding the image field on crystal report. Because when i remove the image field from the CR then it will run both the pages of CR. I am using the Page Load event to bind CR data with Database. And i have already check with the Init event to bind CR , but it still not shows the data on second page when i use image field on that. Please give solution for that.....