What are the different ways you would consider sending data
across pages in ASP (i.e between 1.asp to 2.asp)?
Answer Posted / rashmi
by
1)sessions
2)public properties
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How can you enable impersonation in the web.config file?
How do you change the session time-out value?
What is session id in web application?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
How you can stop the validation of ASP.NET controls from client side?
What is the difference between session object and application object?
Is viewstate secure?
What is state management techniques in asp.net?
How does the cookies work in asp.net?
What is razor? : asp.net mvc
how to elimainte the similar data from the different tables
How do session tokens work?
Why SessionID changes in every request in asp.net?
How can you ensure a permanent cookie?
How asynchronous call can be implemented using delegates?