How do I do layout of FormView without using tables?
-
Good day I am using Visual Web Developer 2010 Express to develop a website. I am using a FormView to edit and display records. I am trying to format the layout of the FormView so that I can arrange my data in the FormView in columns. Something like:
Hosp Number: 100000000
Last name: Mouse First name: Mickey
DOB: 01/01/1923 Admission: 06/06/2011I can do it quite easily using Tables, but I see that most people suggest moving away from using tables to do layout and rather use css based tableless design. I am a bit stuck now. Have done some searching, but even Microsoft’s examples of FormViews use tables. Does anyone have an example for me or a URL where I can go and look? Thank you for the help. Kobus
-
Good day I am using Visual Web Developer 2010 Express to develop a website. I am using a FormView to edit and display records. I am trying to format the layout of the FormView so that I can arrange my data in the FormView in columns. Something like:
Hosp Number: 100000000
Last name: Mouse First name: Mickey
DOB: 01/01/1923 Admission: 06/06/2011I can do it quite easily using Tables, but I see that most people suggest moving away from using tables to do layout and rather use css based tableless design. I am a bit stuck now. Have done some searching, but even Microsoft’s examples of FormViews use tables. Does anyone have an example for me or a URL where I can go and look? Thank you for the help. Kobus
Hope so think will guide you: http://www.devarticles.com/c/a/Web-Style-Sheets/DIV-Based-Layout-with-CSS/[^]
Parwej Ahamad ahamad.parwej@gmail.com
-
Hope so think will guide you: http://www.devarticles.com/c/a/Web-Style-Sheets/DIV-Based-Layout-with-CSS/[^]
Parwej Ahamad ahamad.parwej@gmail.com