|
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
|