B
Bruce W.1
I've got a User Control which has a bunch of buttons for navigating.
When clicked they do a Server.Transfer to another page in the application.
How do I make the clicked nav button look different? Let's say I simply
want to change its background color.
Would the code to implement this be in the User Control's code-behind,
or in the code-behind of the page that's using the User Control? From
where does one access and control the User Control? How is this done?
Thanks for your help.
When clicked they do a Server.Transfer to another page in the application.
How do I make the clicked nav button look different? Let's say I simply
want to change its background color.
Would the code to implement this be in the User Control's code-behind,
or in the code-behind of the page that's using the User Control? From
where does one access and control the User Control? How is this done?
Thanks for your help.