Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello Experts !!

How to Merge Gridview Columns in Asp.net.

I have 1 Row With 6 Columns, I want to Merge this Columns into one row.

Please can u help me , how to do this.

Thanks in Advance.
Posted

Hi,

Please see the below URL

merge gridview columns in asp.net[^]

Best Regards
Muthuraja
 
Share this answer
 
Comments
Joezer BH 10-Feb-13 7:09am    
*****
Muthuraja Irullandi 10-Feb-13 10:45am    
Hi,
***** - What is the meaning of that?
fjdiewornncalwe 11-Feb-13 12:00pm    
It means he voted 5 stars for your answer. That's good. (+5)
at time of selecting data from database combine them and disply in grid....
like...
select col1 + '   '+ col2 +'   '+ col3 as CombinedCol from abcTable


then bind this to gridview using ur binding code...hope it will help
 
Share this answer
 
Comments
Joezer BH 10-Feb-13 7:09am    
This will work of course only if Muthuraja is working with a DB ...

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