How to disable the shift key in listbox alone in asp.net?

Posted by Prabu_Spark under ASP.NET on 8/4/2014 | Points: 10 | Views : 1727 | Status : [Member] | Replies : 1
Hi sir,
Tell me the steps to disable the shift key for listbox control alone in a Registration page in asp.net.


[Hint: In my Registration page, totally i have 22 columns, in that i have to disable the shift key for that listbox control]. Kindly give me the solution for this problem.

With regards,
J.Prabu.
[Email:prbspark@gmail.com]



Responses

Posted by: kgovindarao523-21772 on: 8/5/2014 [Member] [MVP] Bronze | Points: 25

Up
0
Down
Hi,
<asp:ListBox id="ListBox1"
Rows="6"
Width="100px"
SelectionMode="Single"
runat="server" />
Refer article:
http://www.dotnetfunda.com/tutorials/controls/listbox.aspx

Thank you,
Govind

Prabu_Spark, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response