0
hi
Please click on "checkbox" if my answer is perfect.
thanks
0
Good day sir.. thank you for the reply but it's still not working. Maybe I will just try other passing techniques.
0
Crish's code will work...
and while writing statements, understand it.. see,
Session["assno"] = TextBox4.Text;
Response.Redirect("Destination.aspx");
Session["jobno"] = TextBox6.Text;
after assigning Session["assno"] = TextBox4.Text;
It will redirected to destination.aspx then how you will get the value of other session variables??
N even i always use google chrome becoz i feel, its faster than other browsers
0
hi
please try below code ...
Session["assno"] = TextBox4.Text;
Session["jobno"] = TextBox6.Text;
Session["date"] = TextBox8.Text;
Response.Redirect("
Destination.aspx
");
Don't forget to Mark Do you like this Answer that solved your problem!