Click here to Skip to main content
16,013,207 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I've managed to create and open excel file from asp.net but
my problem is that when it open, the gridlines of the excel file
are hidden.

How can i automatically show the gridlines from asp.net using C#?

thanks,
Posted

 
Share this answer
 
There is ShowGridLines Property. This property is set as FALSE by defalult and the grid lines are not displayed.
To show the grid lines the property must be set as TRUE.

http://www.w3schools.com/aspnet/prop_webcontrol_calendar_showgridlines.asp[^]
 
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