Currently my code is:
<telerik:GridButtonColumn CommandArgument="DETPRO" CommandName="Jpro" ButtonType="ImageButton"
UniqueName="ProButton" ImageUrl="~/img/icon_info.gif" HeaderText="Pro" />
what I would like to do is add the icon_info.gif image to a css file and use it from there, how would I do that, or can it not be done ?
please provide a small example.
thanks