Hi Eveyone,
how to work with different pages together without loosing the data..
Ex: i have one page called(form1.aspx) having 3 tabs..now in first tab click i am doing some operation in form1.aspx then i am clicking one linkbutton to redirect the form2.aspx page
,so after redirecting to form2.aspx page the operation should not be stop in form1.aspx page and if again i am coming back to the form1.aspx i could be able to see the operation what i have done....
Thanks
Santosh