Hello Everyone, I am developing online resume builder web application in asp.net. I have designed web forms in which we are taking all details (required for resume) from user. Now my next step is to retrieve values from database & put those values in resume format. My question is,
How to store that retrieve values in resume format ? Or How to create that format in asp.net so that I can store those values in that format ?
Should I design separate form for separate resume template ? If yes then how to convert that form in .doc or .pdf file ?