navigation of values of one web form to another.

  • Thread starter Thread starter Muhammad Usman
  • Start date Start date
M

Muhammad Usman

hi

I want to display the value of one text box of one webform
to the label or combo box of another webform using code
behind file.How it become possible using c#.
thanks.
Usman.
 
You should use server.transfer, also don't forget to put Page directive
VIEWSTATEMAC=true
 
Back
Top