Controls on a web form

llsspratt

New member
Joined
Dec 19, 2002
Messages
2
When I place controls(textbox,buttons,labels)on a web form I place them where I want them and ensure that GridLayout is chosen in properties, But when I build and view or run without debug the controls all go to the top left of the form and I cant move them. So is there a setting that Im missing? Please help this is confusing
 
This is only my suggestion: why dont you use HTML coding to create web control? then you can fully control their position.
 
Back
Top