i mean
i have this type of ds
1 mike 9898989796
2 just 8989968475
3 hjayh 8979658965
4 nilesh 9758498455
i want to bind only First Three Row To DataGridview...
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vasu GadhiyaPosted May 3, 2013, 9:12 AM
Try this
GridView.DataSource = ds.table[0].Rows.Cast
Thanks
ritesh dungraniPosted May 3, 2013, 9:19 AM