Hi!
You might use Session("Field") = variable
and in the next page
variabel = CStr(Session("Field"))
Regards
Josefanother Possibilite is to look at the Cache Object. -----Urspr�ngliche Nachricht----- Von: lissie janet [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 01. Oktober 2004 13:38 An: [EMAIL PROTECTED] Betreff: [AspNetAnyQuestionIsOk] reg var transfer to next page hai, i want to know about how to transfer the variable content from one pg to another. ie how to get the data entered in a textbox retrived in next page plz guide me. bye --------------------------------- Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
