如何为 ASP.NET 按钮创建键绑定/快捷方式以通过该按钮进行回发?
我正在 ASP.NET 中开发一个非常高效的 UI。
我希望我的用户能够按 ALT-A 通过特定按钮回发表单。 换句话说,当他们点击“ALT A”时,表单将回发,并且与特定 ASP.NET 按钮控件关联的事件处理程序/函数将运行。
我怎样才能做到这一点? 我有 ASP.NET 2.0/3.5。 我还可以使用 Telerik 控件。
-KF
I'm developing what's intended to be a very efficient UI in ASP.NET.
I want my users to be able to hit ALT-A to postback the form via a particular button. In other words, when they hit "ALT A" the form will post back and the event handler/function associated with a particular ASP.NET button control will run.
How can I do this? I have ASP.NET 2.0/3.5. I also have the Telerik control set at my disposal.
-KF
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 HTML 中的“accesskey”属性。
Use the "accesskey" attribute in HTML.