how would you manage data if u were not to use sessions or
cookies ?
Answers were Sorted based on User's Feedback
Answer / pradeep kumar mishra
By Using the query string
for eg:
Request.QueryString("")
| Is This Answer Correct ? | 4 Yes | 0 No |
What is textbox control of .net mobile? : Microsoft dot net mobile
Explain <mobile:link> element .net mobile with example? : Microsoft dot net mobile
how to make my form not to appear in the task bar?
what is the difference between master page and content page?
What is the difference between custom controls and master page?
Whats new features in Visual Studio 2012?
What is the difference between machine config vs. Web config : Dot net architecture
What is msil, and why should my developers need an appreciation of it if at all?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
What is cookie less session?
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
How can I write my own .NET host?