Click to See Complete Forum and Search --> : About __doPostBack


see07
September 6th, 2004, 05:58 PM
Hello:
Within JavaScript I’m using
__doPostBack(‘cmdDatosGen’, ‘ ‘);
Where cmdDatosGen is a LinkButton on side server, this code work fine executing clicks event in a web form and it is working fine.
Now instead a web form I’m using a Web User Control embedded into a web form and my script don’t work.
Is there somebody able to help me?
I’ll appreciate all suggestions.
A.L.

see07
September 7th, 2004, 11:44 AM
Finally I got an answer:
__doPostBack(‘WUC11:cmdDatosGen’, ‘ ‘);
Where WUC11 is Web User Control’s name, and cmdDatosGen is Link Button’s name.
Thanks all people helped me.
A.L.
:wave: