如何减少页面提交期间的响应时间 [英] How to reduce response time during the page submission

查看:108
本文介绍了如何减少页面提交期间的响应时间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

专家,


我是uday satardekar,


我正在开发asp.net网站.有一个页面称为 view_event.aspx .


该页面包含4个组合框状态,国家,类别和日期.

现在取决于用户的选择(如上所述),当用户单击按钮(显示)时,我必须在按钮(显示)

哪个控件最适合?



用户单击显示按钮时如何减少响应时间?因为当用户单击页面时,每次都会刷新.


Hi Expert,


I am uday satardekar,


I am developing asp.net website.There is one page called view_event.aspx.


This page contain 4 combobox status,country,category and date.

Now depends upon users choices(as above),when user click Button(Show) ,i have to display associated results on same page, just below the Button(Show)

which control is best for this?

and

how to reduce the response time when user click show button ? Because when user click page will be refresh each time.


Thankssssssss in advance.

推荐答案



使用Jquery或Ajax更新面板.

我更喜欢Jquery,只有b''coz易学易用.

您可以使用jquery制作魔术.

用于将信息发布到页面或从页面检索信息,只需使用以下任何一个
Hi,

Use Jquery or Ajax update panel.

I prefer Jquery only b''coz easy to learn and easy to use.

you can make magic with jquery.

for posting and retrieving information to/from page just use any of these


.post()
.post()
or


.get()方法而无需刷新页面

进入Jquery

这是学习Jquery的链接.

http://www.impressivewebs.com/jquery-tutorial-beginners.pdf
网络浏览器中有太多东西


最好的
.get() method without page refreshing

Step into Jquery

Here is the link for learn Jquery.

http://www.impressivewebs.com/jquery-tutorial-beginners.pdf
there are too much stuff in net browse that


All the Best


这篇关于如何减少页面提交期间的响应时间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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