CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2004
    Location
    Mexico City
    Posts
    96

    Talking About __doPostBack

    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.
    El hombre que tiene amigos ha de mostrarse amigo...

  2. #2
    Join Date
    Apr 2004
    Location
    Mexico City
    Posts
    96

    Re: About __doPostBack

    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.
    El hombre que tiene amigos ha de mostrarse amigo...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured