D
Darren
Not sure if this has been covered before.......
I have an issue with an asp.net application running on Windows 2000
server and Windows 2003 server:-
The name generation of html objects (ie input buttons etc) is
different between the 2 environments, even though both are running
..net v2.0.50727
2000 Server generates of the form:-
objSearchList:grdData:_ctl2:_ctl4
but 2003 server generates:-
objSearchList$grdData$ctl02$ctl04
As the working environment is no longer consistent it is no longer
possible to write dynamic javascripts for client-side validation.
We have plenty of customers still working with 2000 server, so
upgrading to 2003 server is not a solution.
Can anyone shed any more light on this?
I have an issue with an asp.net application running on Windows 2000
server and Windows 2003 server:-
The name generation of html objects (ie input buttons etc) is
different between the 2 environments, even though both are running
..net v2.0.50727
2000 Server generates of the form:-
objSearchList:grdData:_ctl2:_ctl4
but 2003 server generates:-
objSearchList$grdData$ctl02$ctl04
As the working environment is no longer consistent it is no longer
possible to write dynamic javascripts for client-side validation.
We have plenty of customers still working with 2000 server, so
upgrading to 2003 server is not a solution.
Can anyone shed any more light on this?