To send post data while redirecting from one page to another, we should create a dummy form and hidden input field. Hidden input fields will be the actual data we need to post. Pass values to this form in textbox and it will be passed from one page to another. Now just assign this variable [...]
↧