Calling Javascript function on c# page_load

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • boysenberry
    New Member
    • Jun 2007
    • 18

    Calling Javascript function on c# page_load

    HI - I hope this is the correct section.

    I have been using a tabber.js script (http://www.barelyfitz.com/projects/tabber/ )which converts html into dhtml to display tabs on a web page. This works great except when in an update panel.

    I have been trying to fire the javascript function (tabberAutomati c) when the page is reloading (partially), but just cannot get it to work.

    Am I able to call the Javascript function when the Page is loading or pre-rendering?

    I am using c#.

    Many thanks
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    as far as i understand ... you reload a part of a page and when that is done you want to call a javascript function? how is the page updated? could you post the code or at least an example?

    kind regards

    Comment

    • boysenberry
      New Member
      • Jun 2007
      • 18

      #3
      Thanks - I actually sorted this out after reading from this link.

      [URL=http://blog.jeromepara dis.com/archive/2007/03/01/1501.aspx]How to call Client-Side Javascript once an updatepanel request is over.[URL]

      Thank you

      Comment

      • gits
        Recognized Expert Moderator Expert
        • May 2007
        • 5390

        #4
        glad to hear you got it working ... post back to the forum anytime you have more questions ...

        kind regards

        Comment

        Working...