Click here to Skip to main content
15,881,139 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
iam working on asp.net 4
i have GridView &i Have Asp:Table Server COntrol
i need to Make Copy Of The GridView RowHeader To Be Put Inside The Asp:Table
i Write This IS Code

C#
Table1.Rows.Add(GridView1.HeaderOw);


The Problem Is WHen The Row IS Copied To AAsp:Table It's COpies Without The Header Row Style(Colors-Control WIdths)
So My QUestion IS
How Th COpy The GridView Header Row To Asp:Table With Style OF HeaderRow (Colors-Fonts-Withds OF Each COlumn)
Posted
v3
Comments
[no name] 22-Sep-12 8:02am    
Okay.... go ahead, you have my permission to do this.
[no name] 22-Sep-12 8:17am    
???
DaveAuld 22-Sep-12 9:07am    
Really, go ahead, Wes doesn't mind if that is what you want to do..............What Wes is really saying is, You haven't asked a question about a problem, you have made a statement. What have you tried to do? Where did you get stuck? Where is the code you have tried so far?
Sandeep Mewara 22-Sep-12 9:16am    
This is not a well framed question! We cannot work out what you are trying to do/ask from the post. Please elaborate and be specific.
Use the "Improve question" link to edit your question and provide better information.
fjdiewornncalwe 22-Sep-12 15:38pm    
Dude, what's wrong with your keyboard? Take your time when you type something, we don't need all the sporadic caps throughout. It makes it really annoying to read.

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