Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
function Keydowned(t) {

     //How To Accsess Whole Items Of ListBox In This Section

   }

XML
<input id="TextBox_Tag" type="text"  class="TextBox_Tag_Style" onkeydown="Keydowned(this)" />
                               <asp:ListBox ID="ListBox_Tag" runat="server" CssClass="ListBox_Tag_Position" ondblclick="DblClick(this)">
                                   <asp:ListItem>ab</asp:ListItem>
                                   <asp:ListItem>abc</asp:ListItem>
                                   <asp:ListItem>abcd</asp:ListItem>
                                   <asp:ListItem>ad</asp:ListItem>
                                   <asp:ListItem>abd</asp:ListItem>
                               </asp:ListBox>



thanks a lot
Posted
Updated 24-Aug-12 2:07am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900