Hi there,
At the moment I am using both the auto-generated edit form and the FormTemplate for my grid.
When I use the FormTemplate I want to have the update and cancel buttons the same skin for the buttons as the ones from the auto-generated edit form.
At the moment I use the code below inside the FormTemplate for the Cancel button.
Is there a way the button does not use the ImageUrl="~/Images/Cancel.gif" property but the skin set of my project?
Regards,
Marcel
<
asp:ImageButton
ID
=
"ibCancel"
ImageUrl
=
"~/Images/Cancel.gif"
runat="server" Text="Cancel" CausesValidation="false" CommandName="Cancel" />