How to register a VB.Net User Control with jQuery
        Posted  
        
            by BornReady
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by BornReady
        
        
        
        Published on 2010-04-19T12:50:35Z
        Indexed on 
            2010/04/19
            12:53 UTC
        
        
        Read the original article
        Hit count: 209
        
Greetings and thank you in advance for the help. I created a user control in VB.NET that uses a jQuery datepicker. I am at an impasse. The code I have works for one datepicker control on the page but because I can only register the client script once, it will not work for multiple instances/datepickers on the same page. What is the best way to go about initiating the jQuery script for this control so I can use it multiple times on one page? Can I append to ClientScript.RegisterStartupScript? Thanks again.
© Stack Overflow or respective owner