Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Windows App to Web App Layout

Windows App to Web App Layout

Scheduled Pinned Locked Moved ASP.NET
csharpphpasp-netdatabasedesign
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    GermanDM
    wrote on last edited by
    #1

    Hi there, Screen Shot I need some help regarding the screen shot above of my current windows application. What would be the best way to design this layout in ASP.Net? I'm trying to avoid as many tables as possible. When should I use tables and when should I use div tags? Any link or resources on where to find tutorials on converting windows apps to web apps would be greatly appreciated. I tried googling but no luck. Thanks :)

    N 1 Reply Last reply
    0
    • G GermanDM

      Hi there, Screen Shot I need some help regarding the screen shot above of my current windows application. What would be the best way to design this layout in ASP.Net? I'm trying to avoid as many tables as possible. When should I use tables and when should I use div tags? Any link or resources on where to find tutorials on converting windows apps to web apps would be greatly appreciated. I tried googling but no luck. Thanks :)

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      GermanDM wrote:

      I'm trying to avoid as many tables as possible.

      Why, tables are always good to format the page and align the controls in expected positions. I think creating design with tables will be good option. Usually div tag is used to group elements and to format with styles. Browsers will add a line break tag for each div. So creating entire page avoiding tables is not looking good to me.


      My Website | Ask smart questions

      G 1 Reply Last reply
      0
      • N N a v a n e e t h

        GermanDM wrote:

        I'm trying to avoid as many tables as possible.

        Why, tables are always good to format the page and align the controls in expected positions. I think creating design with tables will be good option. Usually div tag is used to group elements and to format with styles. Browsers will add a line break tag for each div. So creating entire page avoiding tables is not looking good to me.


        My Website | Ask smart questions

        G Offline
        G Offline
        GermanDM
        wrote on last edited by
        #3

        Well i read that tables slow your app down. Even tho this app will only be used as intranets on networks so should be fine then. I agree that using tables is the easiest way to setup "input/forms". I do use div to setup the main layout tho. Do you know of any resources on where I can find more info regarding writing actual web apps like windows apps not just normal web apps with a contact form. Im looking for help on writing websites which is based on alot of server side work. Thanks for your reply :)

        N 1 Reply Last reply
        0
        • G GermanDM

          Well i read that tables slow your app down. Even tho this app will only be used as intranets on networks so should be fine then. I agree that using tables is the easiest way to setup "input/forms". I do use div to setup the main layout tho. Do you know of any resources on where I can find more info regarding writing actual web apps like windows apps not just normal web apps with a contact form. Im looking for help on writing websites which is based on alot of server side work. Thanks for your reply :)

          N Offline
          N Offline
          N a v a n e e t h
          wrote on last edited by
          #4

          See this[^], but this is just opposite to what I said


          My Website | Ask smart questions

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups