S
Schemer
Hello,
I have this control:
<asp
ropDownList id="cmbDivisions"
OnSelectedIndexChanged="setDefault('cmbDivisions');" cssclass="size8"
runat="server"/>
When I try to build the page in VisStudio2005, I get this error:
'setDefault' is not a member of 'ASP.index_aspx
setDefault is defined previously in the file:
function setDefault(id) {
var div, tmp;
<snip>
}
Thanks for any advice on what I'm doing wrong.
I have this control:
<asp
ropDownList id="cmbDivisions"OnSelectedIndexChanged="setDefault('cmbDivisions');" cssclass="size8"
runat="server"/>
When I try to build the page in VisStudio2005, I get this error:
'setDefault' is not a member of 'ASP.index_aspx
setDefault is defined previously in the file:
function setDefault(id) {
var div, tmp;
<snip>
}
Thanks for any advice on what I'm doing wrong.