同步两个相同控件的实例 [英] Syncronizing two instances of the same control

查看:78
本文介绍了同步两个相同控件的实例的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直试图弄清楚如何在回发期间使同一控件的两个

个实例的属性值同步并且需要

一些帮助。我已经在这个

地址上发布了一个我正在尝试做的例子 http://64.84.11.209/ 。我非常感谢

这对你有任何帮助。我真的很惊讶,似乎没有其他人这样做或者说b $ b有同样的问题。我正在努力工作的功能我认为这对网站非常有益。


问候,


Aaron Prohaska


- / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / -

扳手科学公司
http://www.wrenchScience.com/

电话:510.841.4748 x206

传真:510.841.4708

- / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / -

I have been trying to figure out how to make the property values of two
instances of the same control synchronize during a postback and need
some help. I have posted an example of what I''m trying to do at this
address http://64.84.11.209/. I would really appreciate any help with
this. I''m actually surprised that no one else seems to be doing this or
having the same problem. The functionality I''m trying to make work I
think would be very beneficial to web sites.

Regards,

Aaron Prohaska

-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-
Wrench Science Inc.
http://www.wrenchScience.com/
Phone: 510.841.4748 x206
Fax: 510.841.4708
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-

推荐答案

在Menu1的选定索引更改事件中,只需更改Menu2以使

选择相同的项目。反之亦然。


或者其他问题是什么?


" Aaron Prohaska" < NO ************* @ verdesoft.com>在留言中写道

新闻:bt ********** @ nntp2-cm.news.eni.net ...
In the selected index changed event for Menu1, just change the Menu2 to have
the same item selected. And vice versa.

Or is the problem something else?

"Aaron Prohaska" <NO*************@verdesoft.com> wrote in message
news:bt**********@nntp2-cm.news.eni.net...
我一直在努力弄清楚如何在回发期间使同一控件的两个
实例的属性值同步并需要一些帮助。我已经发布了一个例子,说明我正在尝试在这个地址 http:// 64.84.11.209/ 。我非常感谢
这方面的任何帮助。我真的很惊讶没有其他人这样做或者有同样的问题。我正在努力工作的功能我认为对网站非常有益。

问候,

Aaron Prohaska

- / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / -
扳手科学公司。
http://www.wrenchScience.com/
电话:510.841.4748 x206传真:510.841.4708
- / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / -
I have been trying to figure out how to make the property values of two
instances of the same control synchronize during a postback and need
some help. I have posted an example of what I''m trying to do at this
address http://64.84.11.209/. I would really appreciate any help with
this. I''m actually surprised that no one else seems to be doing this or
having the same problem. The functionality I''m trying to make work I
think would be very beneficial to web sites.

Regards,

Aaron Prohaska

-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-
Wrench Science Inc.
http://www.wrenchScience.com/
Phone: 510.841.4748 x206
Fax: 510.841.4708
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-



创建一个公共属性,获取或设置所选索引并设置

选择值或传递所选值...问题排序:)


-

问候,


HD


" Aaron Prohaska" < NO ************* @ verdesoft.com>在留言中写道

新闻:bt ********** @ nntp2-cm.news.eni.net ...
create a public property which gets or sets the selected index and set the
selected value or pass the selected value... problem sorted :)

--
Regards,

HD

"Aaron Prohaska" <NO*************@verdesoft.com> wrote in message
news:bt**********@nntp2-cm.news.eni.net...
我一直在努力弄清楚如何在回发期间使同一控件的两个
实例的属性值同步并需要一些帮助。我已经发布了一个例子,说明我正在尝试在这个地址 http:// 64.84.11.209/ 。我非常感谢
这方面的任何帮助。我真的很惊讶没有其他人这样做或者有同样的问题。我正在努力工作的功能我认为对网站非常有益。

问候,

Aaron Prohaska

- / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / -
扳手科学公司。
http://www.wrenchScience.com/
电话:510.841.4748 x206传真:510.841.4708
- / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / -
I have been trying to figure out how to make the property values of two
instances of the same control synchronize during a postback and need
some help. I have posted an example of what I''m trying to do at this
address http://64.84.11.209/. I would really appreciate any help with
this. I''m actually surprised that no one else seems to be doing this or
having the same problem. The functionality I''m trying to make work I
think would be very beneficial to web sites.

Regards,

Aaron Prohaska

-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-
Wrench Science Inc.
http://www.wrenchScience.com/
Phone: 510.841.4748 x206
Fax: 510.841.4708
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-



不是值......索引


- -

问候,


HD


" Hermit Dave" <他************ @ CAPS.AND.DOTS.hotmail.com>在留言中写道

新闻:eH ************** @ tk2msftngp13.phx.gbl ...
not the value... the index

--
Regards,

HD

"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message
news:eH**************@tk2msftngp13.phx.gbl...
创建一个公共财产获取或设置所选索引并设置
选定值或传递所选值...问题排序:)

-
问候,
HD

Aaron Prohaska < NO ************* @ verdesoft.com>在消息中写道
新闻:bt ********** @ nntp2-cm.news.eni.net ...
create a public property which gets or sets the selected index and set the
selected value or pass the selected value... problem sorted :)

--
Regards,

HD

"Aaron Prohaska" <NO*************@verdesoft.com> wrote in message
news:bt**********@nntp2-cm.news.eni.net...
我一直在试图弄清楚如何使一个控件的两个
实例的属性值在回发期间同步并需要一些帮助。我已经发布了一个例子,说明我正在尝试在这个地址 http:// 64.84.11.209/ 。我非常感谢
这方面的任何帮助。我真的很惊讶没有其他人这样做或者有同样的问题。我正在努力工作的功能我认为对网站非常有益。

问候,

Aaron Prohaska

- / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / -
扳手科学公司。
http://www.wrenchScience.com/
电话:510.841.4748 x206传真:510.841.4708
- / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / - / -
I have been trying to figure out how to make the property values of two
instances of the same control synchronize during a postback and need
some help. I have posted an example of what I''m trying to do at this
address http://64.84.11.209/. I would really appreciate any help with
this. I''m actually surprised that no one else seems to be doing this or
having the same problem. The functionality I''m trying to make work I
think would be very beneficial to web sites.

Regards,

Aaron Prohaska

-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-
Wrench Science Inc.
http://www.wrenchScience.com/
Phone: 510.841.4748 x206
Fax: 510.841.4708
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-




这篇关于同步两个相同控件的实例的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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