由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - asp.net请教一下
相关主题
Ajax Toolkit is troublesome in versions问一个把gridview放到updatepanel里面的问题
asp.net Ajax timer to update panel only but refresh whole page why? Thank you!User control question:
在带有ajax的页面做screen scrape (转载)Answer Re: ASP.NET 难题测试 (1)
问个弱问题A question about MVC
.net 1.1 支持AJAX control toolkit 吗?这里有没有AJAX.NET高手?
网页里面显示小网页用什么asp control呀?C#中调用JavaScript的问题
我们公司在招人Jr & Sr Developer (在宾州KOP附近)__designer:wfdid=
Free Video Training: ASP.NET MVC 3 Features[合集] ajax.net的问题
相关话题的讨论汇总
话题: control话题: ajax话题: reload话题: ascx
进入DotNet版参与讨论
1 (共1页)
x*g
发帖数: 689
1
几年前用.net 2.0的时候做了个asp.net的网站, 当时没有用Ajax之类的东西。 现在
有一个网页比较慢,想更新一下提高速度。
这个网页由三个custom control组成,每一个control都是有自己独立的ascx和cs文件
。每一个control都有自己的update,delete,add按钮。现在是只要是其中的一个
control点了按钮,整个页面都要reload,只要造成页面比较慢。
因为工作原因,最新的asp.net技术我都没有follow了。请教一下怎么样才能用最少的
改动加入Ajax的功能,就是一个control update的时候只是这个control reload,其他
的2个control都不reload? 用updatepanel是不是最简单的?还有有更好的技术?网站
比较复杂,现在除了慢一点外别的都运行正常,所以不想大改动。
谢谢!!
k****i
发帖数: 1072
2
Yes, updatepanel is the cheapest way in your case(though I don't like it at
all).
or you can just convert the ascx to aspx page and use 3 iframes on the main
page.

【在 x*g 的大作中提到】
: 几年前用.net 2.0的时候做了个asp.net的网站, 当时没有用Ajax之类的东西。 现在
: 有一个网页比较慢,想更新一下提高速度。
: 这个网页由三个custom control组成,每一个control都是有自己独立的ascx和cs文件
: 。每一个control都有自己的update,delete,add按钮。现在是只要是其中的一个
: control点了按钮,整个页面都要reload,只要造成页面比较慢。
: 因为工作原因,最新的asp.net技术我都没有follow了。请教一下怎么样才能用最少的
: 改动加入Ajax的功能,就是一个control update的时候只是这个control reload,其他
: 的2个control都不reload? 用updatepanel是不是最简单的?还有有更好的技术?网站
: 比较复杂,现在除了慢一点外别的都运行正常,所以不想大改动。
: 谢谢!!

x*g
发帖数: 689
3
thanks for confirming it. gonna have a try, seems pretty minor work.

at
main

【在 k****i 的大作中提到】
: Yes, updatepanel is the cheapest way in your case(though I don't like it at
: all).
: or you can just convert the ascx to aspx page and use 3 iframes on the main
: page.

a9
发帖数: 21638
4
不觉得ajax会提高速度。

【在 x*g 的大作中提到】
: 几年前用.net 2.0的时候做了个asp.net的网站, 当时没有用Ajax之类的东西。 现在
: 有一个网页比较慢,想更新一下提高速度。
: 这个网页由三个custom control组成,每一个control都是有自己独立的ascx和cs文件
: 。每一个control都有自己的update,delete,add按钮。现在是只要是其中的一个
: control点了按钮,整个页面都要reload,只要造成页面比较慢。
: 因为工作原因,最新的asp.net技术我都没有follow了。请教一下怎么样才能用最少的
: 改动加入Ajax的功能,就是一个control update的时候只是这个control reload,其他
: 的2个control都不reload? 用updatepanel是不是最简单的?还有有更好的技术?网站
: 比较复杂,现在除了慢一点外别的都运行正常,所以不想大改动。
: 谢谢!!

c**t
发帖数: 2744
5
ajax will reduce request/response, make UI better

【在 a9 的大作中提到】
: 不觉得ajax会提高速度。
1 (共1页)
进入DotNet版参与讨论
相关主题
[合集] ajax.net的问题.net 1.1 支持AJAX control toolkit 吗?
Look for a reliable ajax framework网页里面显示小网页用什么asp control呀?
Ajax & Invalid Viewstate我们公司在招人Jr & Sr Developer (在宾州KOP附近)
Chaago.comFree Video Training: ASP.NET MVC 3 Features
Ajax Toolkit is troublesome in versions问一个把gridview放到updatepanel里面的问题
asp.net Ajax timer to update panel only but refresh whole page why? Thank you!User control question:
在带有ajax的页面做screen scrape (转载)Answer Re: ASP.NET 难题测试 (1)
问个弱问题A question about MVC
相关话题的讨论汇总
话题: control话题: ajax话题: reload话题: ascx