Click here to Skip to main content
15,907,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i gave gridline=none and showheader=true and showfooter=true but still it is showing line between rows. How to remove lines or hide the lines between rows.
Posted
Updated 10-Oct-13 2:22am
v2
Comments
thatraja 10-Oct-13 8:22am    
Include the ASPX content in your question
christhuxavier 10-Oct-13 8:31am    
<asp:GridView Width="100%" runat="server" ID="sh" AllowPaging="true"
ShowFooter="true" Showheader="true" GridLines="None" ondatabound="GridView1_DataBound">


1 solution

GridView1.GridLines=None; this is not coming in codebehind
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900