1

I am using asp.net/C# ,, i have a form with many fields ,,, it is a registeration form of a bank ... currently i usd css to move and align fields on the form ...i didnot use the drag n drop feature .... My question is what would be the best way to manage such forms .. currently my form doesnot look organized... Should i use absolute positioning and align all my fields by dragging them .... Please suggest me the proper way of aligning and organizing such fields. Thanks

1 Answer 1

2

Simple semantic html - validated of course with css for styling is the recommended way.

Regarding absolute positioning or not - that depends. There are lots of example CSS Form sites, with examples and source code. I suggest you look there.

If you have a huge amount of fields you can break the page up into smaller pages (save each segment, allow back and next). If you are feeling brave you can use the Web Forms Wizard control - but I wouldn't personally as Web Forms has a way of turning on you.

Sign up to request clarification or add additional context in comments.

1 Comment

+1 for warning him about the Wizard Control, I still have nightmares.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.