C
CreativeMind
hi all,
i converted my application from .net 1.1 to 3.5,
i m facing an error of 'object required' koz of a dropdownlist
'cbolocation'.
when i debug and quickwatch the value of
document.getElementById("cboLocation"), it gives ' null' but when i
expand document , i find document.forms[0][6][3].id as "" with
document.forms[0][6][3].innerText="abc". abc is selected value of
dropdown list.
how can i correct that.
thx
i converted my application from .net 1.1 to 3.5,
i m facing an error of 'object required' koz of a dropdownlist
'cbolocation'.
when i debug and quickwatch the value of
document.getElementById("cboLocation"), it gives ' null' but when i
expand document , i find document.forms[0][6][3].id as "" with
document.forms[0][6][3].innerText="abc". abc is selected value of
dropdown list.
how can i correct that.
thx