合并GridView的表头:
合并GridView的表头



合并GridView的表头using System;
合并GridView的表头
using System.Data;
合并GridView的表头
using System.Configuration;
合并GridView的表头
using System.Web;
合并GridView的表头
using System.Web.Security;
合并GridView的表头
using System.Web.UI;
合并GridView的表头
using System.Web.UI.WebControls;
合并GridView的表头
using System.Web.UI.WebControls.WebParts;
合并GridView的表头
using System.Web.UI.HtmlControls;
合并GridView的表头
合并GridView的表头
public partial class _Default : System.Web.UI.Page 

合并GridView的表头<?xml version="1.0" encoding="utf-8" ?>
合并GridView的表头
<EmployeeDetails>
合并GridView的表头  
<Employee>
合并GridView的表头    
<Department>Development</Department>
合并GridView的表头    
<DepartID>2</DepartID>
合并GridView的表头    
<Name>Rajendran</Name>
合并GridView的表头    
<Age>25</Age>
合并GridView的表头    
<Location>USA</Location>
合并GridView的表头  
</Employee>
合并GridView的表头  
<Employee>
合并GridView的表头    
<Department>Development</Department>
合并GridView的表头    
<DepartID>2</DepartID>
合并GridView的表头    
<Name>Karthic</Name>
合并GridView的表头    
<Age>25</Age>
合并GridView的表头    
<Location>USA</Location>
合并GridView的表头  
</Employee>
合并GridView的表头  
<Employee>
合并GridView的表头    
<Department>Testing</Department>
合并GridView的表头    
<DepartID>2</DepartID>
合并GridView的表头    
<Name>Karthikeyan</Name>
合并GridView的表头    
<Age>25</Age>
合并GridView的表头    
<Location>India</Location>
合并GridView的表头  
</Employee>
合并GridView的表头  
<Employee>
合并GridView的表头    
<Department>Management</Department>
合并GridView的表头    
<DepartID>4</DepartID>
合并GridView的表头    
<Name>Vidhya</Name>
合并GridView的表头    
<Age>24</Age>
合并GridView的表头    
<Location>India</Location>
合并GridView的表头  
</Employee>
合并GridView的表头  
<Employee>
合并GridView的表头    
<Department>School</Department>
合并GridView的表头    
<DepartID>-1</DepartID>
合并GridView的表头    
<Name>Anandh</Name>
合并GridView的表头    
<Age>24</Age>
合并GridView的表头    
<Location>India</Location>
合并GridView的表头  
</Employee>
合并GridView的表头  
<Employee>
合并GridView的表头    
<Department>Mechanic</Department>
合并GridView的表头    
<DepartID>5</DepartID>
合并GridView的表头    
<Name>Magesh</Name>
合并GridView的表头    
<Age>25</Age>
合并GridView的表头    
<Location>India</Location>
合并GridView的表头  
</Employee>
合并GridView的表头  
<Employee>
合并GridView的表头    
<Department>Admin</Department>
合并GridView的表头    
<DepartID>7</DepartID>
合并GridView的表头    
<Name>Sabari</Name>
合并GridView的表头    
<Age>25</Age>
合并GridView的表头    
<Location>India</Location>
合并GridView的表头  
</Employee>
合并GridView的表头  
<Employee>
合并GridView的表头    
<Department>Human Resource</Department>
合并GridView的表头    
<DepartID>8</DepartID>
合并GridView的表头    
<Name>Nirmal</Name>
合并GridView的表头    
<Age>25</Age>
合并GridView的表头    
<Location>India</Location>
合并GridView的表头  
</Employee>
合并GridView的表头
</EmployeeDetails>

相关文章: