disable item of dropdownlist in selectedindexchange function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shulamitmias
    New Member
    • Oct 2012
    • 3

    disable item of dropdownlist in selectedindexchange function

    hi!

    I want to disable item in dropdownlist,I tried that:
    (the ddl is in formview )
    Code:
    document.getElementById('<%=FormViewObligationDetails.FindControl("ddlPaymentMethodType").ClientID %>')).childNodes[2].enable=false
    but it do nothing.
    any idea?
    Last edited by PsychoCoder; Nov 8 '12, 09:25 PM. Reason: Added code tags to code
  • shulamitmias
    New Member
    • Oct 2012
    • 3

    #2
    Content removed, has nothing to do with question
    Last edited by PsychoCoder; Nov 8 '12, 09:26 PM. Reason: Removed content, had nothing to do with question asked

    Comment

    Working...