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?
Masudur - 04 Jul 2007 06:26 GMT
> 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
DSK Chakravarthy - 04 Jul 2007 06:28 GMT
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
> 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?
dancer - 05 Jul 2007 17:56 GMT
What is the "Wizard control"?
>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
[quoted text clipped - 8 lines]
>> 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?
John Timney (MVP) - 04 Jul 2007 08:20 GMT
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
> 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?
Michael Nemtsev - 04 Jul 2007 08:25 GMT
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>
dancer - 05 Jul 2007 17:56 GMT
What is InfoPath?
> Hello dancer,
>
[quoted text clipped - 15 lines]
> d> resume from that, or create it directly from the data entered?
> d>
Juan T. Llibre - 05 Jul 2007 18:07 GMT
re:
!> What is InfoPath?
http://office.microsoft.com/en-us/infopath/default.aspx
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
> What is InfoPath?
>
[quoted text clipped - 15 lines]
>> d> resume from that, or create it directly from the data entered?
>> d>
Michael Nemtsev - 05 Jul 2007 19:53 GMT
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> "Michael Nemtsev" <nemtsev@msn.com> wrote in message
d> news:a279a63a3faea28c98c453878618f@msnews.microsoft.com...
d>
>> Hello dancer,
>>
[quoted text clipped - 16 lines]
>> d> resume from that, or create it directly from the data entered?
>> d>