C
Cirene
I have a gridview that is filtered by a databound dropdownlist. I've set
AppendDataBound to True and added the item "ALL" in the dropdownlist.
My gridview is supposed to be filtered by this dropdownlist.
When it's "ALL" I want to include everything. When it's something else I
want to filter the gv data by this dropdownlist.
Do I need to dynamically change the WHERE clause via code? I'm sure there's
an easier way to do this.
Please let me know....
Thanks!
AppendDataBound to True and added the item "ALL" in the dropdownlist.
My gridview is supposed to be filtered by this dropdownlist.
When it's "ALL" I want to include everything. When it's something else I
want to filter the gv data by this dropdownlist.
Do I need to dynamically change the WHERE clause via code? I'm sure there's
an easier way to do this.
Please let me know....
Thanks!