Nov 7, 2006 #1 Jaheel22 Technical User Jul 14, 2004 84 US Classic ASP page Page1 submits form data (say UserID) to ASP.Net 2.0 page Page2. How to access the value of this field (UserID) on page2? Thanks
Classic ASP page Page1 submits form data (say UserID) to ASP.Net 2.0 page Page2. How to access the value of this field (UserID) on page2? Thanks
Nov 7, 2006 #2 ca8msm Programmer May 9, 2002 11,327 GB The Request.Form object should hold all of the posted data to a Page so that's probably a good starting point ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
The Request.Form object should hold all of the posted data to a Page so that's probably a good starting point ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results.