autopostback除了? [英] other than autopostback?

查看:76
本文介绍了autopostback除了?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



有没有其他方法可以快速获取

下拉列表的选定索引/值,而不是将autopostback属性设置为true? ...

我发现autopostback减速了......
经典asp中的
,曾经是request.form("<< name隐藏值>>")

.....


提前感谢

Hi,
Is there any other way to quickly grab the selected index/value of a
dropdownlist other using than the autopostback property to true? ...
I found the autopostback to slow down things....
in classic asp, there used to be request.form("<<name of a hidden value>>")
.....

thanks in advance

推荐答案

呵呵?

request.form()要求发布页面以及使用

string = this.textbox1。价值;



string = this.ddl.SelectedItem.Value()/ Text()


否则我很困惑。


-

Curt Christianson

所有者/首席开发人员,DF-Software

网站: http://www.Darkfalz.com

博客: http://blog.Darkfalz.com

" Mani" ; < mani(删除此)aTevikasystemsdotcom>写在留言中

新闻:%2 **************** @ tk2msftngp13.phx.gbl ...
huh?
the request.form() required the page to be posted to as well as using
string = this.textbox1.Value;
or
string = this.ddl.SelectedItem.Value()/Text()

Otherwise I am confused.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Mani" <mani(remove this)aTevikasystemsdotcom> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

有没有其他方法可以快速获取
下拉列表的选定索引/值,而不是将autopostback属性设置为true? ...
我发现autopostback减速了......
在经典的asp中,曾经有过request.form(<<<隐藏的
值的名称> ;>")....

提前致谢
Hi,
Is there any other way to quickly grab the selected index/value of a
dropdownlist other using than the autopostback property to true? ...
I found the autopostback to slow down things....
in classic asp, there used to be request.form("<<name of a hidden value>>") ....

thanks in advance



Autopostback很适合提高当用户做出选择时,如果另一个控件导致回发,则可以使用myDDL.selectedvalue


" Mani" < mani(删除此)aTevikasystemsdotcom>在留言新闻中写道:%2 **************** @ tk2msftngp13.phx.gbl ...
Autopostback is good to raise an event when the user makes a selection, if another control has caused the postback you can just use myDDL.selectedvalue

"Mani" <mani(remove this)aTevikasystemsdotcom> wrote in message news:%2****************@tk2msftngp13.phx.gbl...

还有其他吗?快速获取
下拉列表的选定索引/值的方法除了将autopostback属性设置为true之外? ...
我发现autopostback减慢了速度....
在经典的asp中,曾经有过request.form("<<<隐藏值的名称>>" ;)
....

提前致谢
Hi,
Is there any other way to quickly grab the selected index/value of a
dropdownlist other using than the autopostback property to true? ...
I found the autopostback to slow down things....
in classic asp, there used to be request.form("<<name of a hidden value>>")
....

thanks in advance



PS ..

修复您的时钟。如果我注意到我没有回答,也不会再按照

了解它,直到它被正确调整。


- -

Curt Christianson

所有者/首席开发人员,DF软件

网站: http://www.darkfalz.com

博客: http://blog.Darkfalz.com

" Mani" < mani(删除此)aTevikasystemsdotcom>写在留言中

新闻:%2 **************** @ tk2msftngp13.phx.gbl ...
P.S...
FIX YOUR CLOCK. If I had noticed I wouldn''t have answered, nor will I follow
up on this anymore either till it''s adjusted correctly.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Mani" <mani(remove this)aTevikasystemsdotcom> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

有没有其他方法可以快速获取
下拉列表的选定索引/值,而不是将autopostback属性设置为true? ...
我发现autopostback减速了......
在经典的asp中,曾经有过request.form(<<<隐藏的
值的名称> ;>")....

提前致谢
Hi,
Is there any other way to quickly grab the selected index/value of a
dropdownlist other using than the autopostback property to true? ...
I found the autopostback to slow down things....
in classic asp, there used to be request.form("<<name of a hidden value>>") ....

thanks in advance



这篇关于autopostback除了?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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