带按钮的动画扩展器 [英] Animation Extender with a button

查看:92
本文介绍了带按钮的动画扩展器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在按钮上使用动画扩展器.
单击按钮时,它应该提交表单并重定向到另一个表单,但是使用动画扩展器,它仅显示动画,而没有其他显示.
我希望按钮应显示动画并触发按钮的事件

预先感谢.

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.

推荐答案


请使用图片按钮或图片,然后提供回发网址,您要转到哪个页面...

样例代码,

< pre lang ="HTML">< asp:ImageButton ID ="imgPatientFeedbackTracking" runat ="server" PostBackUrl =〜/PatientFeedbackTracking.aspx" ImageUrl =〜/Images/patients_feedback_tracking.jpg"/>
</pre>
对动画按钮使用* .gif格式.

问候,
荒谬
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


这篇关于带按钮的动画扩展器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆