ASP.NET C# - do you need a separate datasource for each gridview? [closed]
- by Brian McCarthy
Do you need a separate datasource for each gridview if each gridview is accessing the same database but different tables in the database?
I'm getting an error on AppSettings that says non-invocable member.
What is the problem with it?
Here's the c# code-behind:
protected void Search_Zip_Plan_Age_Button_Click(object sender, EventArgs…