I am debugging and I can't find where the data is stored. Here is
This is how I reference the cells in C# code.
txtCompanyName.Text = aCustomerDS.Tables[0].Rows[0]["CompanyName"].ToString();
Can someone give more insight into, what static members store and what non-static. I am familiar with static concept myself.