SPBeginer
SPBeginer

Reputation: 755

DropDownList control does not works in Chrome

I am using DropDownList control .net 3.5 in my page and it works fine in IE, Firefox but does not work in google chrome. When i click on DropdownList control for selecting values, nothing happened in google chrome.

Can anybody explain why ?

Upvotes: 1

Views: 1920

Answers (1)

Bhargava
Bhargava

Reputation: 301

add style="position:relative; z-index:auto;" to your dropdownlist in your asp.net page then it will work.

Upvotes: 1

Related Questions