Form to create resume

D

dancer

Using Asp.net1.1

I need to create a form that allows the user to create a resume.

Would it be better to send the data to a database, then create the resume
from that, or create it directly from the data entered?
 
M

Masudur

Using Asp.net1.1

I need to create a form that allows the user to create a resume.

Would it be better to send the data to a database, then create the resume
from that, or create it directly from the data entered?
Hi,
What is the problem...?
Munna
 
D

DSK Chakravarthy

I would recommend you to design the template of the kind of resume that you
are planning to allow the user to create. Then you can use the Wizard
control to collect the data from the user

HTH
 
J

John Timney \(MVP\)

Well given you already have the data to hand, it would make sense to process
it there and then into whatever output format you need - but that may also
depend on how busy your site is and whether it was more appropriate to do it
as an offline task, out of hours perhaps.

Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
 
M

Michael Nemtsev

Hello dancer,

I'd consider using InfoPath as the template to fill by user, and then extact
all necessary info from there.
This gives user the flexibility to fill his info

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

d> Using Asp.net1.1
d>
d> I need to create a form that allows the user to create a resume.
d>
d> Would it be better to send the data to a database, then create the
d> resume from that, or create it directly from the data entered?
d>
 
D

dancer

What is the "Wizard control"?


DSK Chakravarthy said:
I would recommend you to design the template of the kind of resume that you
are planning to allow the user to create. Then you can use the Wizard
control to collect the data from the user

HTH
 
J

Juan T. Llibre

re:
!> What is InfoPath?

http://office.microsoft.com/en-us/infopath/default.aspx




dancer said:
What is InfoPath?


Michael Nemtsev said:
Hello dancer,

I'd consider using InfoPath as the template to fill by user, and then extact all necessary info from there.
This gives user the flexibility to fill his info

---
WBR, Michael Nemtsev [.NET/C# MVP]. My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we miss it, but that it is too low and we
reach it" (c) Michelangelo

d> Using Asp.net1.1
d> d> I need to create a form that allows the user to create a resume.
d> d> Would it be better to send the data to a database, then create the
d> resume from that, or create it directly from the data entered?
d>
 
M

Michael Nemtsev

Hello dancer,

See there sample

http://codebetter.com/blogs/brendan.tompkins/archive/2004/05/24/14323.aspx

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

d> What is InfoPath?
d>
d> d>
Hello dancer,

I'd consider using InfoPath as the template to fill by user, and then
extact all necessary info from there.
This gives user the flexibility to fill his info
---
WBR, Michael Nemtsev [.NET/C# MVP]. My blog:
http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high
and we miss it, but that it is too low and we reach it" (c)
Michelangelo

d> Using Asp.net1.1
d> d> I need to create a form that allows the user to create a
resume.
d> d> Would it be better to send the data to a database, then create
the
d> resume from that, or create it directly from the data entered?
d>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top