我们如何在asp.net中设置制表符? [英] how can we set tabbing in asp.net?

查看:88
本文介绍了我们如何在asp.net中设置制表符?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

先生,我在一页上有3个下拉菜单和2个文本框.并且我已经在dropdown的selectedindex事件上完成了工作.在文本框的textchanged事件上还有1件事我已经检查了是否可用data.database.so中,当我按从下拉列表中选择数据,然后我按Tab键转到文本框,但选项卡不起作用怎么可能请plz帮助我......... h2_lin>解决方案

您需要设置Tabindex
形式存在的控件的属性
例如:将dropdown1的tabindex设置为0
然后将文本框的tabindex设置为1
以这种方式向所有控件设置tabindex

编辑
----
给定答复进行检查


使用控件的TabIndex属性


Sir i have 1 page on that there are 3 dropdowns and 2 textboxes.and i have done work at selectedindex event of dropdown.and 1 more thing also on the textchanged event of textbox on that i have checked for the availability of the data in database.so when i press select data from the dropdown and after that i m pressing tab to go to the textbox but tab is not working how it can possible plz help me.........

解决方案

You need to set Tabindex Property of the controls present in the form

For Eg.: set tabindex of dropdown1 as 0
then tabindex of textbox as 1
in this way to all controls set tabindex

Edit
----
Given reply check it


Use TabIndex property of controls


这篇关于我们如何在asp.net中设置制表符?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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