J
JJ
I'm using Themes with asp.net 2.0 and i have a command field(in a gridview)
like this:
<asp:CommandField ButtonType=Image ShowDeleteButton= true
DeleteImageUrl="~/App_Themes/Theme1/Images/button-delete.gif"/>
My current Theme is "Theme1" but how about if i change the theme to any
other?. I have to change "deleteimageurl" too. How can i avoid this?.
JJ
like this:
<asp:CommandField ButtonType=Image ShowDeleteButton= true
DeleteImageUrl="~/App_Themes/Theme1/Images/button-delete.gif"/>
My current Theme is "Theme1" but how about if i change the theme to any
other?. I have to change "deleteimageurl" too. How can i avoid this?.
JJ