how can we pass the variable into the function via url?
        Posted  
        
            by subodh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by subodh
        
        
        
        Published on 2010-05-14T10:58:03Z
        Indexed on 
            2010/05/14
            11:04 UTC
        
        
        Read the original article
        Hit count: 295
        
I have designed a asp.net page which create graphs. I have written a class file (which contain a function to render the graph,a function for entering data named insertdata(string[] s,double[] d)) in App_code folder. I pass the value into the insertdata during page load_event. I saw a feature of googlechart.when you pass the value in url address bar it will create a graph according to that passed value. how can i pass the value into the insertdata() function through url address? can anybody help me?
© Stack Overflow or respective owner