In VB applications, I had the option to where if I move an object, I can align it with another object for better visuals.
Is this option available for ASP.NET?
Printable View
In VB applications, I had the option to where if I move an object, I can align it with another object for better visuals.
Is this option available for ASP.NET?
Simple yes or no would do nicely :)
Nope.
Layouts in web pages aren't completely controllable. You're bound by HTML 'rules' that the browser dictates, so you have to follow things like CSS and use certain markup elements for your layout such as DIVs and ULs, so on and so forth.
If you don't know HTML/CSS, then it's another 'technology' to learn and is quite fun.