how can we pass the variable into the function via url?
- by subodh
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?