P
Pony Tsui
I writed a user controls in vs2003, it's work fine, recently i move it to
VS2005, open IE, everything is fine, but when i open the firefox, the control
can not run, the control use client side javascript, so i check the firefox's
javascript console, it show a error: myControlID(in ascx)_controlID(in aspx)
not found, i open the Vs2003 & 2005 web page from IE & FireFox and view the
rend out html page source, i found the control ID in page source is different:
in vs2003 page IE & Firefox is myControlID(in ascx):controlID(in aspx)
in vs2005 page IE myControlID(in ascx):controlID(in aspx)
but Firefox is myControlID(in ascx)$controlID(in aspx)
the different is ':' & '$'
i don't know the exact problem is, can anyone help me, thanks.
VS2005, open IE, everything is fine, but when i open the firefox, the control
can not run, the control use client side javascript, so i check the firefox's
javascript console, it show a error: myControlID(in ascx)_controlID(in aspx)
not found, i open the Vs2003 & 2005 web page from IE & FireFox and view the
rend out html page source, i found the control ID in page source is different:
in vs2003 page IE & Firefox is myControlID(in ascx):controlID(in aspx)
in vs2005 page IE myControlID(in ascx):controlID(in aspx)
but Firefox is myControlID(in ascx)$controlID(in aspx)
the different is ':' & '$'
i don't know the exact problem is, can anyone help me, thanks.