User-1279044681 posted
Hi Friends,
i am working with a Asp.net web application using C#, it has two pages, page1 and page2.
Page1 is having a asp.net label with some value in it like Name and a asp.net button,
and Page2 is having a asp.net Textbox.
on button click i want the value(Name) in label of Page1 should transfer to the textbox of Page2.
Even if i directly open Page2 then also, Page2 should not popup any error like null reference or some other
Hope i have explained my issue, please help,
Thanks all