how u maintain data while navigating one page to another?
Answers were Sorted based on User's Feedback
Answer / manjunath
server.transfer will store the data in a parameter format
called as the preserver form. calling the page this data is
also sent along with it.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / amit kumar sinha
Use Session or application variable to store information.
There is another way to passdata in querystring.
| Is This Answer Correct ? | 0 Yes | 0 No |
can aspx page contains two pager tags ?
Define a managed code? : Dot net architecture
can u give me real example of how web.config overrides the machine.config file?
How to delete the duplicate records in a table using sql server
Explain the race around condition? : .NET Architecture
It was told that .Net 2.0 Framework has got it's in built webserver. Does it mean that it doesn't need IIS? What is the significance of Front Page Server Extensions in creating or hosting a Web Application in .net?
1 Answers 247Customer, Concentrix, Wipro,
what is diffrent beatween localprinter and networkprinter
What is the problem with .net generics?
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Explain .net mobile input controls? : Microsoft dot net mobile
Explain the difference between primary & secondary storage device? : .NET Architecture
What is the difference between SAX Parser and DOM Parser?