Click here to Skip to main content
15,867,942 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have a gird view (asp.net C#) with 10 Columns , then i want to split column No 6 into 4 columns ... plz suggest and share if u have solution

What I have tried:

i have a gird view (asp.net C#) with   10 Columns  , then i want to  split  column  No 6 into 4 columns ...  plz suggest and share  if u have solution
Posted
Updated 14-Sep-21 21:49pm

1 solution

You haven't shown any code, so we can't tell you how to fix your code. But the simplest option will be to replace the GridView with a ListView, which will give you complete control over the rendered HTML.

ListView Class (System.Web.UI.WebControls) | Microsoft Docs[^]
 
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