Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I place enter in header of grid view like


I wants

Date
(mm/dd/yy)

Please reply soon

Thanks.
Posted

1 solution

Try Date + "\n" + (mm/dd/yy); for your header.
 
Share this answer
 
Comments
ExpertITM 11-Nov-12 8:26am    
Hi, Abhinav

I got this error,



Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Literal content ('<asp:BoundField HeaderText="Date + "\n" + (mm/dd/yy)" DataField="city" >

') is not allowed within a 'System.Web.UI.WebControls.DataControlFieldCollection'.
Abhinav S 11-Nov-12 10:48am    
Try HeaderText="Date" + "\n" + "(mm/dd/yy)"
ExpertITM 11-Nov-12 12:06pm    
Thanks.
Abhinav S 12-Nov-12 0:35am    
Vote for the answer if it helped.

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