I am new to the ASP.NET i am binding one list of data object to the grid view. I want to display blank row after each record in grid view so i have done this by as below in code
Try This
Name Account No Company <%# DataBinder.Eval(Container.DataItem, "Name")%> <%# DataBinder.Eval(Container.DataItem, "AccountNo")%> <%# DataBinder.Eval(Container.DataItem, "Company")%>