i have designed a webform having some textfields for storing the data in to the database .. but now i want to create a pdf for these information .. according to my format ... how to do that plzzz specify ....
can you plzz tell me where to learn to do this thing using Microsoft reports or crystal reports ....
Depending on which version of Visual Studio you have installed, you may have Crystal Reports for Visual Studio as well. If you do not, you can use Microsoft Reports, but I'm not positive they come with the express versions. Doing a web search for Microsoft
Reporting in Visual Studio, or some similar keywords should get you started in the right direction.
deepender
Member
127 Points
83 Posts
pdf generating
Jun 15, 2012 04:09 PM|LINK
i have designed a webform having some textfields for storing the data in to the database .. but now i want to create a pdf for these information .. according to my format ... how to do that plzzz specify ....
Thanks
rafemuhammed
Member
302 Points
97 Posts
Re: pdf generating
Jun 15, 2012 05:03 PM|LINK
Download iText from here and see the examples here.
rafes.net
tarunSaini
Contributor
2948 Points
985 Posts
Re: pdf generating
Jun 15, 2012 05:15 PM|LINK
i hope this link help for you
http://www.aspsnippets.com/Articles/Export-GridView-To-Word-Excel-PDF-CSV-Formats-in-ASP.Net.aspx
Mythran
Participant
924 Points
206 Posts
Re: pdf generating
Jun 15, 2012 05:35 PM|LINK
You can do this with Microsoft Reports or Crystal Reports fairly easily.
RameshRajend...
Star
7983 Points
2099 Posts
Re: pdf generating
Jun 15, 2012 05:40 PM|LINK
Pls look this
http://www.codeproject.com/Articles/28050/Generate-PDF-Using-C
http://www.codeproject.com/Articles/18040/Tutorials-on-creating-PDF-files-using-C-2-0
MahadTECH
Star
8976 Points
1659 Posts
Re: pdf generating
Jun 15, 2012 07:51 PM|LINK
First Design a Page With Information (Fetch Information from Database by SQL Reader Property) then you can
Give an ID to the DIV and make it as a server control . So you can access the content in the code behind.
ex:
DivID.Text
Then you can pass that text /Image to PDF generator code. Else you can use javascript to access this text by click on a link.
document.getElementById("yourdivid").innerHtml and pass this text/images to your PDF generating code.
Mahad Bin Mukhtar
Remember to Mark the replies as Answers
The easiest day was 'yesterday'.
MCP, MCSD
For .NET TECH Blog
deepender
Member
127 Points
83 Posts
Re: pdf generating
Jun 20, 2012 06:16 PM|LINK
can you plzz tell me where to learn to do this thing using Microsoft reports or crystal reports ....
Mythran
Participant
924 Points
206 Posts
Re: pdf generating
Jun 20, 2012 07:01 PM|LINK
Depending on which version of Visual Studio you have installed, you may have Crystal Reports for Visual Studio as well. If you do not, you can use Microsoft Reports, but I'm not positive they come with the express versions. Doing a web search for Microsoft Reporting in Visual Studio, or some similar keywords should get you started in the right direction.
deepender
Member
127 Points
83 Posts
Re: pdf generating
Jun 21, 2012 02:09 AM|LINK
currently i m using visual studio 2010 ultimate
MahadTECH
Star
8976 Points
1659 Posts
Re: pdf generating
Jun 21, 2012 03:37 AM|LINK
Hello Deepender!
Go through these Links will direct you,
C# Crystal Reports Tutorial
A Video Tutorial : http://www.youtube.com/watch?v=LMXCqOS1Yzw
A another Question asked on Internet.
Good luck`
Mahad Bin Mukhtar
Remember to Mark the replies as Answers
The easiest day was 'yesterday'.
MCP, MCSD
For .NET TECH Blog