المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : data table in dataset



C# Programming
08-25-2009, 12:03 PM
da1.Fill(ds1,"group");
DataTable dt1 = ds1.Tables["group"];

da1 is a data adapter and ds1 is dataset.I wrote a code for binding to dropdownlist and it is working fine.I saw a code demo,dat's why i gave that "group" parameter.But i cannot understand it's use...n also it is not again used anywhere else in the code...What is that parameter actually?