Redian新闻
>
Ajax Toolkit is troublesome in versions
avatar
y*o
2
我也下了那个Atlas Ajax Extension 以及那个Toolkit安装了,但是search不到Micros
oft.Web.Atlas.dll, which 听说is required。我的Visual Web Developer 2005 Expr
ess之Intellisense不认识atlas这个server tag啊。
上哪儿找这个Microsoft.Web.Atlas.dll啊?

【在 r****y 的大作中提到】
: Ajax is good but toolkit is kind of troublesome.
avatar
r*y
3
atlas是老版本啊。现在不用了。

Micros
Expr

【在 y********o 的大作中提到】
: 我也下了那个Atlas Ajax Extension 以及那个Toolkit安装了,但是search不到Micros
: oft.Web.Atlas.dll, which 听说is required。我的Visual Web Developer 2005 Expr
: ess之Intellisense不认识atlas这个server tag啊。
: 上哪儿找这个Microsoft.Web.Atlas.dll啊?

avatar
y*o
4
用什么?

【在 r****y 的大作中提到】
: atlas是老版本啊。现在不用了。
:
: Micros
: Expr

avatar
y*o
5
System.Web.Extensions.dll?

【在 y********o 的大作中提到】
: 用什么?
avatar
r*y
6
现在装完ajax.net即可。

【在 y********o 的大作中提到】
: 用什么?
avatar
y*o
7
Oh, great. Thx. Let me try it out.

【在 r****y 的大作中提到】
: 现在装完ajax.net即可。
avatar
y*o
8
I just googled, are u talking about the ajax.net library for C# by
Michael Schwarz?

【在 r****y 的大作中提到】
: 现在装完ajax.net即可。
avatar
r*y
9
no.
http://ajax.asp.net
atlas is gone.

【在 y********o 的大作中提到】
: I just googled, are u talking about the ajax.net library for C# by
: Michael Schwarz?

avatar
y*o
10
Yes, I've removed the old ones and installed the new ones.
I have been testing the new ones with no luck.
IntelliSense recognizes all AJAX controls such as ScriptManager and
UpdatePanel.
But, my AJAX is not working. I have an counter outside UpdatePanel,
and a counter inside UpdatePanel, both counters keep incrementing each
time I click a test dropdownlist outside the UpdatePanel.
The page looks like this:
counter1
[ dropdownlist ] (auto post back enabled)


【在 r****y 的大作中提到】
: no.
: http://ajax.asp.net
: atlas is gone.

avatar
y*o
11
I think my implementation of the counters are correct.
protected void Page_Load(object sender, EventArgs e)
{
if (!(Page.IsPostBack)) // If page is loaded the 1st time.
{
// Create two counters with initial values 0
// in the Session.
Session["counter"] = 0;
Session["innerCounter"] = 0;
}
else // Otherwise.
{
// Retrieve counter value from Session.
int outerCounter = (int)S

【在 y********o 的大作中提到】
: Yes, I've removed the old ones and installed the new ones.
: I have been testing the new ones with no luck.
: IntelliSense recognizes all AJAX controls such as ScriptManager and
: UpdatePanel.
: But, my AJAX is not working. I have an counter outside UpdatePanel,
: and a counter inside UpdatePanel, both counters keep incrementing each
: time I click a test dropdownlist outside the UpdatePanel.
: The page looks like this:
: counter1
: [ dropdownlist ] (auto post back enabled)

avatar
k*i
12
put the dropdownlist in the updatepanel, or use asynctrigger for the
updatepanel

【在 y********o 的大作中提到】
: Yes, I've removed the old ones and installed the new ones.
: I have been testing the new ones with no luck.
: IntelliSense recognizes all AJAX controls such as ScriptManager and
: UpdatePanel.
: But, my AJAX is not working. I have an counter outside UpdatePanel,
: and a counter inside UpdatePanel, both counters keep incrementing each
: time I click a test dropdownlist outside the UpdatePanel.
: The page looks like this:
: counter1
: [ dropdownlist ] (auto post back enabled)

avatar
y*o
13
Oh, yes, I have entirely forgotten trigger.

【在 k****i 的大作中提到】
: put the dropdownlist in the updatepanel, or use asynctrigger for the
: updatepanel

avatar
y*o
14
Now it works! Thanks.

【在 k****i 的大作中提到】
: put the dropdownlist in the updatepanel, or use asynctrigger for the
: updatepanel

avatar
y*o
15
I use Visual Web Developer 2005 Express both in my office and at home.
I installed the AJAX extension and the CTP package on both machines.
When I create a new web site from the File menu, AJAX-enabled web site templ
ate is available on the machine at my office, but it is not available from m
y home pc. What is going on?

【在 r****y 的大作中提到】
: no.
: http://ajax.asp.net
: atlas is gone.

avatar
r*y
16
这个不清楚。我不用express。

templ
m

【在 y********o 的大作中提到】
: I use Visual Web Developer 2005 Express both in my office and at home.
: I installed the AJAX extension and the CTP package on both machines.
: When I create a new web site from the File menu, AJAX-enabled web site templ
: ate is available on the machine at my office, but it is not available from m
: y home pc. What is going on?

avatar
y*o
17
Thanks.
There is another problem. That is, ajax works on the development machine
with the VWD express built-in web server. But if you put the appication on
the production server, ajax does not work!
Many people are having the problem. Look:
http://forums.asp.net/thread/1529217.aspx
You have never had this problem, Rod?

【在 r****y 的大作中提到】
: 这个不清楚。我不用express。
:
: templ
: m

avatar
r*y
18
the post was about the old version.
For new version of ajax.net, just install it on production server and it
works
smoothly for me.
But you need to install it on production server. Did you do it?

on

【在 y********o 的大作中提到】
: Thanks.
: There is another problem. That is, ajax works on the development machine
: with the VWD express built-in web server. But if you put the appication on
: the production server, ajax does not work!
: Many people are having the problem. Look:
: http://forums.asp.net/thread/1529217.aspx
: You have never had this problem, Rod?

avatar
y*o
19
Yes, I did remove the old versions and installed the newer versions on
the production server. I would like to re-remove and re-install and
see what happens. I am very doubtful that this is gonna help.

【在 r****y 的大作中提到】
: the post was about the old version.
: For new version of ajax.net, just install it on production server and it
: works
: smoothly for me.
: But you need to install it on production server. Did you do it?
:
: on

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。