ASP.NET:用于复合控制的 JavaScript 对象组件
我有两个疑问:
1. 我想为我的服务器复合控件添加一些客户端支持,但我找不到向他添加 JavaScript 的正确方法。
2. 我希望客户端支持的另一个功能是通过 $find(id,parent)(Sys.Application 的 findComponent 方法的快捷方式)返回我的 JavaScript 组件对象。
谁能帮助我吗?我没有找到关于此的明确信息:|
问候,
罗德里戈·S.
I have two doubts:
1. I would like to add some client side support for my server composite control but I can't find the correct way to add JavaScript to him.
2. Another feature I would like to have for the client-side support is to have my JavaScript component object returned through $find(id, parent) (shortcut to findComponent method of the Sys.Application).
Can anyone help me? I'm not finding clear information about this :|
Regards,
Rodrigo S.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
实际上,我在初学者问题上看到的最好的文章是 ASP.NET AJAX Control Development< /a>
Actually, the best article I've seen in the matter for beginners is ASP.NET AJAX Control Development
对于任何来这里寻找相同信息的人,我正在寻找的正是以下信息:
此致,
Rodrigo S.
For anyone that gets here looking for the same information, I was looking for, precisely, this information:
Regards,
Rodrigo S.