Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Ok, Now im Done with VB.NET and now im currently taking my course in ASP.NET (VB.NET WEB APP.)


Im sure my problem is very simple for all of you.

I know how to move objects freely or independently in any position i want but my problem is when i run the program, after it opens a browser the object that i move exactly in my desired position is not the same as the position when the program is running.


I just wanna ask, is there any way to move objects freely and when it is run its still in the same position as i want.


IM USING VISUAL STUDIO 2010



TY IN ADVANCE
Posted

1 solution

Just a note: if you are asking such question, I am sure you are not done yet with vb.net.
Web applications, more precisely the web user interface, is quite different from windows forms user interfaces. When you design a windows form, you specify it's extent, and you can position the controls as you like. Fonts are rarely changing resolution and so on. But on web, everything is relative to the browser windows, and the user has much control over how to show the content, if you design web, you have to think in layout rather than in control positions. Sadly, asp.net classic won't help you much. Actually it has it's own vision of how to do it, and that one is not absolutely in concordance to the CSS and html standards and best practices.
Still, you should consider your web application user interface a web page, that will more likely behave as any web page described by html markup and css classes and attributes. So you need to refine and fine-tune the css (which is not easy since web forms controls tend to take over this as much as possible).
 
Share this answer
 
Comments
Crixalis Paul 30-Jun-13 7:12am    
Thats not the answer. I need Sorry
Zoltán Zörgő 30-Jun-13 9:49am    
If you do know the answer, why are you asking? If you don't know, be open to hear something else than you expect to hear. I don't know what you meant by "I need Sorry" - but I am Sorry, that you didn't got what you expected. Might happen that what you think you want to hear can't be done.
Crixalis Paul 4-Jul-13 21:51pm    
Sorry sir for my bad English what i am trying to say is That I am sorry because that's not the answer i need, but i will accept what you said because many people say the same answer as what you said. Sorry for arguing with you

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