textbox get value from previous form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MUNX tee
    New Member
    • Feb 2012
    • 1

    textbox get value from previous form

    Im using visual studio 2008, i have created 2 webforms frm1 and frm2,,,i have a button in frm1 which i would like it to onclick populate textbox values to the other form(frm2)...ho w do i do that
  • yarbrough40
    Contributor
    • Jun 2009
    • 320

    #2
    most common ways to pass data from one web form to another:
    • QueryString
    • Cookie
    • Session variable
    • XML island or flat file
    • Database

    you should google around for their usage. Good luck!

    Comment

    Working...