Click here to Skip to main content
15,884,859 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I have some date like rows and columns.
I want to display using rowspan and colspan in gridview.
How to display rowspan and colspan in ASP.NET gridview..?
See sample data as below.

Employee name load dynamically created in the Grid control and each employee contains two record per month.I want to show this data in the ASP.NET grid view and update in the grid view itself as text box control

HTML
Name   Jan Feb Mar Apr May Jun Jul Aug Sep Oct
Emp1    1   1   1   1   1   1   1   1   1   1 
        2   2   2   2   2   2   2   2   2   2
Emp2    1   1   1   1   1   1   1   1   1   1
        2   2   2   2   2   2   2   2   2   2

please help me out ASAP
Posted
Updated 1-Feb-12 20:05pm
v2
Comments
manognya kota 2-Feb-12 1:57am    
Any code that you tried?
Anuja Pawar Indore 2-Feb-12 2:05am    
Formatting done

 
Share this answer
 
Comments
Rajesh Anuhya 2-Feb-12 2:04am    
Good answer Sridhar, have my +5
--RA
Sridhar Patnayak 2-Feb-12 2:06am    
Thanks Rajesh
 
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