Bikash Kumar Ray
SQL and ASP.net Related Practical Problems
Thursday, November 5, 2009
Disabling Items Of Drop Down List
ListItem i = DropDownList1.Items.FindByValue("Finished");
i.Attributes.Add("style", "color:gray;");
i.Attributes.Add("disabled", "true");
i.Value = "-1";
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment