Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,

Here i am using dropdown list box in my page,

problem is while i click the dropdown list box the arrow is getting hide and then the list will extended, then i clicked the next field or any thing the arrow will shown... i didnt write any onclick events in the DDL box


aspx
----

XML
<asp:DropDownList ID="ddlList" runat="server" ClientIDMode="Static" style="width: 210px; " TabIndex="1">
                                </asp:DropDownList>


So anyone could you give me your ideas,

Thanks in advance

Velsamy
Posted
Updated 28-Apr-14 1:46am
v2
Comments
DamithSL 28-Apr-14 7:09am    
update question with aspx page dropdown code.
avelsamy 28-Apr-14 7:46am    
i have updated the question

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