Hi
I have a Dataset which contain one tabel and fields are EmpName,Address, City
I have applied DataView filter on City and displing data on Gridview but i dont want show City coulumn and its data in Gridview
In DataSet
EmpName Address City
AAA BBB Pune
AAA BBB Pune
AAA BBB Pune
AAA BBB Pune
and i want to show data into gridview like
EmpName Address
AAA BBB
AAA BBB
AAA BBB
AAA BBB
Please help me how can i do this
Regards
Sameer Shaikh