ebco
11-01-2003, 06:25 AM
what is the method to get the value of form field on next page in .net is there any good article on it? without sending through querystring
|
||||
.netebco 11-01-2003, 06:25 AM what is the method to get the value of form field on next page in .net is there any good article on it? without sending through querystring A1ien51 11-01-2003, 02:13 PM Dim anAnswer As String = Request.Form("FieldName") change your method of posting the form to "get" instead of "post" Eric angiras 11-01-2003, 03:29 PM dotnetbips (http://www.dotnetbips.com/displayarticle.aspx?id=79) aspalliance (http://www.aspalliance.com/articleViewer.aspx?aId=151&vId=&pId=) with ASP NET old (asp 3): Application Session Cookies Querystring Form new : Cache Context Viewstate Config files |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum