How do you pass value of a text box from page1.aspx to
page2.aspx without storing it as a session value?
Answer Posted / mercy
cookies provide to store information in web applications.
you can add cookies like
Response.Cookies("userName").Value = "mercy"
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How many namespaces are in .net version 1.1?
Explain the difference between garbage collections in .net 4.0 and earlier versions?
Interop Services?
What are the important components of .net?
explain the states of a window service application?
Which Namespace is used to to achieve MultiThreading in .NET?
Explain garbage collection?
Explain webfarm vs webgardens in .net?
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
What is .net standard?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
what user controls are and what server controls are and the differences between the two.
Which file is taken by compiler when we have both file Application and Server Configuration file?
What is gac in .net?
How is .net able to support multiple languages?