Click here to Skip to main content
15,896,526 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to Pass a value from textbox of one user control to label of another user control in C# asp.net.
Posted

Hi,

You can do that by using QueryString or a Session. Store the value in it and then retrieve.

Otherwise another way ccan be found in the following links:
http://stackoverflow.com/questions/2969938/passing-parameter-from-one-user-control-to-another-user-control-in-an-aspx-page[^]
Passing Values between user controls[^]

Regards,
Praneet
 
Share this answer
 
Thank you @Mathew Soji and @Praneet Nadkar..!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900