No probs I found it
<asp:ImageButtonID="ImageButton1"runat="server"
ImageUrl="~/image1.gif"
BorderWidth="0.2"
onmouseover="this.src='image2.gif';"
onmouseout="this.src='image1.gif';"
AlternateText="Click"
/>
No probs I found it
<asp:ImageButtonID="ImageButton1"runat="server"
ImageUrl="~/image1.gif"
BorderWidth="0.2"
onmouseover="this.src='image2.gif';"
onmouseout="this.src='image1.gif';"
AlternateText="Click"
/>
0 comments:
Post a Comment