Answers

Jun 09, 2012 - 11:19 PM
If you want to use the values of one form in the other form i.e. other page then simply use Request.Form method to get the attributes used in the previous form and use the values of those attributes in the other forms.
Add New Comment