Click here to Skip to main content
15,883,793 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to disable the ajax cascading DropDown list? I want to disable the cascading drop down in edit mode of gridview to disallow users to change the drop down values...
I would add this functionality in selected index changed event of grid view
Posted
Comments
[no name] 21-Sep-12 0:49am    
Is n't this possible...?

1 solution

try this...

dropDownList.Enabled = false;



<asp:dropdownlist id="dropDownList" runat="server" autopostback="true" xmlns:asp="#unknown">
 
Share this answer
 

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