动态设置控制适配器
在 ASP.Net 中,有没有一种方法可以动态设置控制适配器? 应用控制适配器的标准方法是通过“.browser”文件。 但是,我有一种情况,我想在某些情况下使用控制适配器,但在其他情况下不想使用 - 而且我找不到实现此目的的方法。
任何帮助表示赞赏。
In ASP.Net is there a way to dynamically set a control adapter? The standard way to apply a contol adapter is via the ".browser" files. However, I have a situation where I would like to use the control adapter in some circumstances, but not in others - and i can not find a way to achieve this.
Any help appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你想要的代码是:
The code you want is: