Click here to Skip to main content
15,890,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there,
When I design web pages with asp.net,I cant get a good positioning of the controls...If I place controls in table and when viewing in browser those are not in the position where I placed.
Please help me to resolve this...
ThanQ U in advance...
Posted

1 solution

You need to know more about page design.
First of all there are two type of layouts, GridLayout and FlowLayout.

One would make controls position absolute and other realtive to eachother. Read about them.

Further, go through this website about W3C standards to follow while designing your webpage. Today all the browsers follow them and a website made using those standards (basically applying CSS, UI design based on certain rules) work fine in all resolution and sizes.
Read all about them here:
W3C standards - Web Design and Applications
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900