hai,
i am doing project in web services . its about showing a result of student by getting his register no.i am using .csv file to store data from there i load it into data table.....that in server side.now in client side i am used windows applicatin to show result by calling method getResult() from server...i want to show a result in data grid ..help me
thanks in advance
Loading
Purushottam RathorePosted Nov 12, 2009, 7:20 AM
DataSet ds = new DataSet();
da.Fill(ds, "tableName");
dataGridView1.DataSource = ds.Tables["tableName"];
Kirtan PatelPosted Nov 11, 2009, 10:47 PM
,
just mail me your requirement with more clarification at [email protected] :)
i will help you :)