Hello, I am using vb.net with asp.net and I have a question about DDL and values. I have 3 dropdownlists on my page. I need to capture the values from the 3 DDL's after user selection and send them to a link so that when the user click on the link, an Infragistics UltraChart is displayed. This chart is being populated by a stored procedure (it does that now). I am able to populate the chart, but thats happening with all the values in the table. I need the chart ot populate based on the DDL selection. I'm not sure how to pass the DDL values to the stored procedure. I tried using session variables, I am able to capture them, but I'm not sure how to send to SP. Any help on this would be great. Thanks
...
Go to the complete details ...