views:

63

answers:

1

hii

I have 2 gridviews they are bind by sqldatasource ,it contains Id , Name and Price

i dont want to show ID coloumn when page is loaded.How to hide it?

+1  A: 

Add Visible="false" to the column declaration, or in code.

thekaido