haroonkhalid
Programmer
hi again ...
I am trying to pass data from one webform in first project to another webform in second project but it throws an error while that page call works fine if i use the following line
Response.Redirect("../SecondProject/SecondPage.aspx"
;
how may i be able to pass this information like controls to other web form in other project.
regards
Haroon
I am trying to pass data from one webform in first project to another webform in second project but it throws an error while that page call works fine if i use the following line
Response.Redirect("../SecondProject/SecondPage.aspx"
how may i be able to pass this information like controls to other web form in other project.
regards
Haroon