B
Big E
I'm using ASP.Net.
I have a Repeater that uses a stored procedure to list stuff and have a
hyperlink that allows users to click and go to another page.
I also have a drop down list on the form.
I would like users to be able to select from the drop down list and have
that selection filter the dataset. I don't want to use a parameter in the
stored procedure from the drop down list because on load I don't want a
filter.
Any ideas?
Big E
I have a Repeater that uses a stored procedure to list stuff and have a
hyperlink that allows users to click and go to another page.
I also have a drop down list on the form.
I would like users to be able to select from the drop down list and have
that selection filter the dataset. I don't want to use a parameter in the
stored procedure from the drop down list because on load I don't want a
filter.
Any ideas?
Big E