Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everyone,


Currently i'm doing Excel data inserted into SQL DB. Now, what i want is i want to display Excel Manual. When i click on LinkButton i want to Display Excel Manual...

Please provide the links about this concept

How to do this ..

Any help regarding this ..

Thanks in Advnace..
Posted
Updated 11-Feb-13 19:00pm
v2
Comments
Guirec 12-Feb-13 0:39am    
Do you have the excel manual as a file already?
Naveen.Sanagasetti 12-Feb-13 0:53am    
yes, already i have an Excel file .

I assume you are working in a web application as you are asking for a link...
Place your excel manual file in your website project (let's say in a folder called 'Manuals'), on your solution explorer click on 'show all files', then navigate to your file, then right click on it and select 'Include in Project', right click again and click on properties. In the Properties dialog box you click 'Copy if newer' instead of 'Do not copy'.
At that point your manual will be copied with your deployment files.

Now on your webpage you can put a link like
HTML
<a href="/Manuals/filename">Download excel </a>


Should be all good...
 
Share this answer
 
v2
 
Share this answer
 
Comments
Naveen.Sanagasetti 12-Feb-13 1:13am    
i'm not asking about exporting option. i'm asking to display manual what are the columns we provide while inserting excel data into SQL DB, i want to display the details .... any way thanks for your help....

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