Jump to content

Need Help To Start A New Project In .net


checkmeat_09

Recommended Posts

Hello Friends,Now i have some interesting topic to start.The need of the project is.Have some datas which used to create a new word document using dot net.ie) when some one entered the required datas in front end, it must saved in database(SQL) then it will produce a new document in microsoft word or pdf.for example see the attachments please.* how can i design the result document which needed in microsoft word or pdf format.I think crystal report is needed.Please help me to start..Thanks in advance.S.Selvamanikandan

post-26961-1242394918_thumb.jpg

Link to comment
Share on other sites

You should be able to find a .net control that will let you open and edit Word documents. Start with that, have it open a document and replace some text. You should set your document up with tags to replace, like create a document with this in it somewhere:{name}and then in the .net code you would open the document and replace "{name}" with whatever data you want to go there.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...