J John Espinosa Oct 9, 2004 #1 I have a user control with an ImageButton. How can I change the ImageURL on that user control through the aspx page calling the user control??
I have a user control with an ImageButton. How can I change the ImageURL on that user control through the aspx page calling the user control??
E Eran Kampf Oct 9, 2004 #2 Add a public property that sets the ImageUrl to your User Control. Then set its value on the aspx page... Eran Kampf http://www.ekampf.com
Add a public property that sets the ImageUrl to your User Control. Then set its value on the aspx page... Eran Kampf http://www.ekampf.com