protected void DropDownListListsInUser_SelectedIndexChanged(object sender, EventArgs e)
{
GridViewStocksInList.DataSource = null;
GridViewStocksInList.DataSourceID = SqlDataSourceGetStocksInList.ID;
GridViewStocksInList.DataBind();
}
The solution came from here.
It suggested studying this.
No comments:
Post a Comment