0 Use Cross Page posting concept or State management using session,cookie...
try to use session this is easier to use .
0 Hi,
You can implement state management concept(Session, Cookie, QueryString..) to display the content in second page.
There is also another way you can get value from first page to second page - Cross Page posting.
This is applicable when you are using webforms not asp.net MVC.
0 Hi, you want label data first page to second page at the time use State management like Sessions, Cookies and Query String..
Please check out bellow URLs
http://www.c-sharpcorner.com/UploadFile/2072a9/state-management-in-Asp-Net/
https://msdn.microsoft.com/en-us/library/75x4ha6s(v=vs.140).aspx