I want to make the corners of my GridView curvy. I tried THIS but it it gave a border extending towards the right handside. Also it would be just great if i can make each and every cell of the GridView curvy, if its not too hard to achieve. This is my GridView:
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False"
onrowdatabound="GridView1_RowDataBound" BackColor="White"
BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="3" >
....something... </asp:GridView>