i am writting data in textbox and selecting list item in dropdownlist which matches from record retrieved from sql database. now i wanna to make dese data readonly. i just made false, readonly property of textbox.
txtcode.raedonl y= true
but don't no how to make readonly to dropdownlist so no one can see list and select dem. enable(false) property doesn't give good look.
txtcode.raedonl y= true
but don't no how to make readonly to dropdownlist so no one can see list and select dem. enable(false) property doesn't give good look.
Comment