1
Answer

How to hide grid view horizontal and vertical line in asp.net

i want to hide the gridview horizantal and vertical line, And i want to border with header and footer row

i tried the following
Border=black
gridline=none
but it shows only the border, here i want to show the border for header row and the footer row

Answers (1)