I have create a gridview
and a SqlDataSource
, which has parameter in the where clause, which has a source in a dropdown menu. That works fine.
I also have an input textfield. I would like the value from it to set the parameter in the same SqlDataSource
, when an onclick
event occurs, and then refreshing the gridview
.
How can this be done?