ChainsawJoe
Programmer
Hi all,
Can anyone tell me why, having upgraded to .net 2.0.50727, the controls within a repeater on a test server (also running same version of .net) have changed from
to
(two "0"s)?
Within the project I'm working on there is a lot of javascript that relies on knowing the ids of the controls within a repeater, and I know about clientID but it isn't applicable to our situation unfortunately - the javascript takes the value selected in a drop down and slaps the selected value into a hidden text field in the same repeateritem, hence making use of clientId tricky.
As far as I can see there is no difference in the set up between my local pc and the test server's .net installation, and this is really stumping me.
Can anyone point me in the right direction please?!
Many thanks!
Can anyone tell me why, having upgraded to .net 2.0.50727, the controls within a repeater on a test server (also running same version of .net) have changed from
Code:
ctlReturnBuilder_rptReceiptItems__ctl0_drpdwnVoidReasons
Code:
ctlReturnBuilder_rptReceiptItems__ctl00_drpdwnVoidReasons
Within the project I'm working on there is a lot of javascript that relies on knowing the ids of the controls within a repeater, and I know about clientID but it isn't applicable to our situation unfortunately - the javascript takes the value selected in a drop down and slaps the selected value into a hidden text field in the same repeateritem, hence making use of clientId tricky.
As far as I can see there is no difference in the set up between my local pc and the test server's .net installation, and this is really stumping me.
Can anyone point me in the right direction please?!
Many thanks!