M
mattdaddym
Hi all,
I have an asp .net 2.0 form that will kick off an email on submit. I
started with a super long form and then moved to a series of steps
(like a wizard) to make the user interface less cluttered. I'm happy
with the front end, but not my markup code. I have many, many steps for
the form and it is very hard to find anything now when I go to update
the code. I have comments and neat code, but it is just too many
lines....lol.
Anyway, I was thinking that there should be a way I could
compartmentalize each step in a separate file so I can do my edits by
step instead of mucking through this beast of a file.
Are <includes> still used in .net 2.0?
I could make my page a master page with a content section for each
step? Will this mess with how I refer to my controls. I need access to
all steps no matter what step the user is on.
Could I make my own control out of each step?
I know .net 2.0 has a built in wizard feature but it still dumps all
the code on one page which defeats my purpose.
I'm curious how any of you have dealt with this problem. Thanks in
advance!
I have an asp .net 2.0 form that will kick off an email on submit. I
started with a super long form and then moved to a series of steps
(like a wizard) to make the user interface less cluttered. I'm happy
with the front end, but not my markup code. I have many, many steps for
the form and it is very hard to find anything now when I go to update
the code. I have comments and neat code, but it is just too many
lines....lol.
Anyway, I was thinking that there should be a way I could
compartmentalize each step in a separate file so I can do my edits by
step instead of mucking through this beast of a file.
Are <includes> still used in .net 2.0?
I could make my page a master page with a content section for each
step? Will this mess with how I refer to my controls. I need access to
all steps no matter what step the user is on.
Could I make my own control out of each step?
I know .net 2.0 has a built in wizard feature but it still dumps all
the code on one page which defeats my purpose.
I'm curious how any of you have dealt with this problem. Thanks in
advance!