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


Please Help Members By Posting Answers For Below Questions

Explain what is the difference between encrypting a password and applying a hashing?

537


Does .net supports destructors concept?

1590


What is connection pooling and how do you make your application use it?

540


Explain about .Net products?

593


Which namespace is used to support multithearding in .NET?

505






How do you view the methods and members of a dll?

595


How can I find out what the garbage collector is doing?

516


What data providers available in .net to connect to database?

507


Describe the compilation process for .net code?

580


What is Flyout Design Pattern in .NET?

619


Write the .net syntax for 'while loop'?

559


What is the use of system.diagnostics.process class in .net?

516


  • Accomm
  • i have this code.now on server side i want to compare this id(Accommodation) value and want id i.e.Accommodation.visible=true;

    1361


    Explain the different parts of an assembly?

    565


    Explain the different types of proxy patterns?

    663