Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying data in columns
Message
From
31/01/2014 08:30:26
 
General information
Forum:
ASP.NET
Category:
MVC
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01592734
Message ID:
01592744
Views:
37
Absolute positioning - while it can be done - usually is a no-no for web - such sites could be loaded in a mobile or the browser set to small and high... the layout should rearrange itself according to the screen area it finds. One possible way might be a container housing each adress line in 1 or 2 lines, depending on the orientation of the mobile device. Unsettling to us habituated to minimum screen size, but a fact of web life. You should also look into table/gridlayout.

HTH

thomas

>Hi All, very new to MVC and Web stuff in general so bear with me, is it possible to display data on any part of the screen as it is in Winforms ? I'm teaching myself MVC and using a Winforms app that I wrote ages ago as a project to cut my teeth - I want to be able to position controls on pages that will mimic the way they're displayed in Winforms
>
>e.g.
>
>
>Correspondence Address                           Payment Address
>
>Address line 1                                    Address line 1
>Address line 2                                    Address line 2
>Address line 3                                    Address line 3
>Address line 4                                    Address line 4
>
>Phone
>Email
>
>ButtonToFireSomething    
>                                                                            
>ButtonToFireSomethingElse
>
>
>
>Sorry about the formatting best I could do - I hope you get my drift.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform