<select name="ctl00$ctl00$bodyCont
ent$mainCo
ntent$DirM
anCollecti
on$Directo
ryManageme
ntDropDown
Title$Drop
DownListMa
pping" id="ctl00_ctl00_bodyConten
t_mainCont
ent_DirMan
Collection
_Directory
Management
DropDownTi
tle_DropDo
wnListMapp
ing" onchange="checkSelectValue
s(this)" style="width:200px;">
Notice that ASP .NET does this to the ID:
id="ctl00_ctl00_bodyConten
t_mainCont
ent_DirMan
Collection
_Directory
Management
DropDownTi
tle_DropDo
wnListMapp
ing"
Is there a way to control this?
Start Free Trial