Hi, I have a drop down list which refreshing the gridview.
I wanna add a item in drop down list which is for "select all". But the select command in the datasource " Where user_id = @user_id " already.
Any Idea to make it optional?
Or I should use two data source and change the gridview's datasource when I use "select all"?
Or I should use stored procedure?
I wanna add a item in drop down list which is for "select all". But the select command in the datasource " Where user_id = @user_id " already.
Any Idea to make it optional?
Or I should use two data source and change the gridview's datasource when I use "select all"?
Or I should use stored procedure?