Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using animation extender on a button.
Onclick of the button it should submit the form and redirect to another form,but using animation extender it only displays the animation and nothing else.
I want the button should display the animation as well as fire the event of the button

Thanks in advance.
Posted
Comments
CRDave1988 3-Feb-12 1:47am    
If u show ur code we may help u.
psgviscom 4-Feb-12 1:44am    
what you want to say? Are you want redirect to another page by clicking a button in asp.net page?
Martin Arapovic 4-Feb-12 8:24am    
Hi,
Show us your markup code. From your question we can't figure out what do you exactly what and we can't help you...

1 solution

Hi,
Please use image button or image and then give postback url, which page you want go...

Sample code like,

<pre lang="HTML"><asp:ImageButton ID="imgPatientFeedbackTracking" runat="server" PostBackUrl="~/PatientFeedbackTracking.aspx" ImageUrl="~/Images/patients_feedback_tracking.jpg" />
</pre>
Use *.gif format for animated button.

Regards,
anbukrish
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900