Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
224 Points
149 Posts
Mar 11, 2011 09:05 AM|LINK
Example i am having a asp button which is used to save the data in the database using the event btnApply_Click.
My Requirement: I want to design the button like vista 3D button.
sathis_asp
Member
224 Points
149 Posts
How can i use the image in the asp button control
Mar 11, 2011 09:05 AM|LINK
Example i am having a asp button which is used to save the data in the database using the event btnApply_Click.
<asp:Button ID="btnApply" runat="server" Text="Apply" OnClick="btnApply_Click" />My Requirement: I want to design the button like vista 3D button.