Passing Values between Web User Controls
Posted
by Tarik
on Stack Overflow
See other posts from Stack Overflow
or by Tarik
Published on 2008-12-12T19:42:15Z
Indexed on
2010/03/09
6:21 UTC
Read the original article
Hit count: 541
Hi,
I've several web user controls on my asp.net page and I wanna pass values between them. For example :
There is a dropDownList in one of them and when user selects any item from dropDownList, it can pass the selected value to the other user control which includes GridView to show related data of selected item value from the user control which contains the dropdownlist. (woow pretty awkward sentence tho)
Thanks and Regards..
P.s : Can we use User controls as class in the way to return values ?
© Stack Overflow or respective owner