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
Explain about .net?
Do you know what's the difference between .net and laravel?
Please explain what is the difference between odbc and ado?
What are multicast delegates?
What is the difference between asp.net and asp?
What is meant by managed and unmanaged code?
What does mean by .net framework?
Why is .net used?
How to implement CAS in .Net?
What is Code group in .Net with respect to CAS
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
Is .net core installed?
Explain me why do we use msmq?
What is .net core used for?
What method do you use to explicitly kill a users session? How?