Is there a way pass values from other controls (e.g. "selected value of dropdownlist", "value from query string") to a User Control using a property within the tag itself and NOT from the code behind?
|
|
|
|
|
|
|
Yes you can, you just need to use the
The SO post In ASP.Net, what is the difference between <%= and <%# gives a good listing of the different binding mechanisms you can use. |
||||||
|
|
|
Yes it is. For example
in this case, the parameter OnylTopFive is passed within tag of my custom control. then in server side of my control, i have :
|
||
|
