Ok, I'm new to asp, but not to visual studio(mainly c#).
I have a webform that I want to put buttons, labels, etc on. What is the normal procedure for the layout?
Do I create a bunch of divs on the form and use them?
Also, when I have a div and I add stuff to it, it changes all the positions of the stuff I already have in there. How do I stop that or am I doing something wrong?
I know these are some beginner questions. Just looking on how to create the layout/placement/etc of my form. Any answers, links, tutorials, would be helpful.
Thanks