SqlDataSource ds = new SqlDataSource(connstr, "select * from groupusers");
ds.Select(DataSourceSelectArguments.Empty);
C# + SqlDataSource = глюк
Код:
на второй строке - Computer name could not be obtained.
Скорей всего у вас неправильный connstr. У меня этот код работает нормально.