Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
Programming time - how much ?
Old 08-17-2006, 04:01 PM Programming time - how much ?
Junior Talker

Posts: 2
Name: carmen
Trades: 0
Hello,

I'm quite new to ASP, but being a programmer with a good experience, I manage to do the ASP job too.
Still, I can't know if I'm efficient enough or not.
Please write me a rough estimation of time needed to develop an ASP input form , containing a lot of fields (255). The form is big enough, to be splitted in 4 steps (I don't want to create a page this big)

So the question is in fact how much time should I need to do this:
- create the input form (considering that I have to choose a design to match an existing ASP site, to which this form is added; I have all ASP files of the site, but it's big, and it is the first time I see them)
- create the SQL table for the form
- the form is to save data, and later edit too (based on a login process)

thank you
carmenv is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-17-2006, 05:11 PM Re: Programming time - how much ?
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
255 fields? That's messed up. What the hell could you need to fill 255 fields of info?

I'd say 7-8 hours, and probably more than 4 steps.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 08-18-2006, 04:42 AM Re: Programming time - how much ?
Junior Talker

Posts: 2
Name: carmen
Trades: 0
Well...it took me longer
But maybe that's OK for a start, and maybe I'm not using the right tools (which editor are you using ?)
By the way: for saving the fields in the database, at the final step, is there any other way than to keep values in session ? There is no problem because they are so many ?

thanks again
carmenv is offline
Reply With Quote
View Public Profile
 
Old 08-19-2006, 01:31 AM Re: Programming time - how much ?
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
HomeSite 5 (it's an older colour-coded text editor, but it does the job for me). I've also built precompiled functions for form generation and data retrieval/manipulation.

What I do with a multi-part form is that I generate a record after the first step. Even if all the remaining fields are blank, that's fine. All I want is the unique identifier (usually an AutoNumber field) from the record itself.

That's what I make the session variable. Nothing else. That way, it's tied into the record and can retrieve it all as i see fit.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 08-23-2006, 05:18 PM Re: Programming time - how much ?
yoemanspiffy's Avatar
Experienced Talker

Posts: 42
Trades: 0
<sputter> 255! WOW! That has got to be a record.

I am with ADAM, don't waste time storing that info in session, drop it into the DB after each page, then you will have at least partial info (make sure to grab the important stuff on the first page) in the event the user decides the form is way too friggin long.

Just curious, what is the form for?

It isn't your editor that is going to kill you on this one amigo, it is the hand coding of all those fields.

Like A, I have functions pre-built that simply allow me to enter field type, name, mask, order, (You'd have to do page as well) etc. into a table, and then I let the script generate the individual fields for each page. Build that functionality and you won't ever have to wonder how long it will take, it will only be th etime needed to enter the fields into your list in the DB.

YM
__________________
My grandfather used to work for your grandfather. Of course the rates have gone up.


Please login or register to view this content. Registration is FREE
yoemanspiffy is offline
Reply With Quote
View Public Profile Visit yoemanspiffy's homepage!
 
Old 08-24-2006, 05:54 AM Re: Programming time - how much ?
saadatshah's Avatar
Extreme Talker

Posts: 215
Name: Syed Saadat Ali
Location: Lahore, Pakistan
Trades: 0
Use DB to hold value this huge Session will make your WebServer DIE
__________________
- -- --- ---- ----- ------ ------- ---------------
If you have knowledge, let others light their candles in it.
saadatshah is offline
Reply With Quote
View Public Profile Visit saadatshah's homepage!
 
Reply     « Reply to Programming time - how much ?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.19138 seconds with 12 queries