Buy Questpond's video subscriptions on
huge discount
.
Online: 8973
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
Regular Expressions
>
Loading ...
How to make resolution independent web application
Posted by
Er.deepakdalal
under
Regular Expressions
on 5/7/2010 | Views : 5104 | Status :
[Member]
| Replies : 4
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
Hi Friends
i have to make a web application which is resolution independent because this application used in the company intranet and there is multiple screen size monitor and TFT's so please tell me solution for that in detail
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
Abhi2434
on: 5/8/2010
[Member]
[Microsoft_MVP]
[MVP]
Silver
0
This is not a big deal. Just use percentage width while you create your screen layouts.
You can see most of the sites including Dotnetfunda is also resolution independent. They all have used percentage width and height to design layouts.
www.abhisheksur.com
Er.deepakdalal
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Er.deepakdalal
on: 5/8/2010
[Member]
Starter
0
first of all thanks for your kind reply but it does not work in many cases such as when you have to put only two control on the web page one on the top and the other is on the bottom then hows we use the % there and if we use the px then it changes according to the resolution can you help me in this...........
Er.deepakdalal
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Abhi2434
on: 5/8/2010
[Member]
[Microsoft_MVP]
[MVP]
Silver
0
Well, if you want to put two control on the web page, wrap it into two div with style="width:100%;clear:both;"
This will make the two div placed one after another and both of them take the whole space it can.
Also you can use Table with two tr's and make table width=100%.
www.abhisheksur.com
Er.deepakdalal
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Er.deepakdalal
on: 5/9/2010
[Member]
Starter
0
it doesn't work can please do this and attached a sample in that i need only two control on in the top by 2% margin and one in the bottom by 2% margin and in between them left space blank for example Header and Footer in the Word and it have to look same in all resolution simple
Er.deepakdalal
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
How to get the exact property name while getting error
(0)
PDB file is not showing Line Number in dot net application hosted on server
(0)
Both Strings morethan 5 letters in length end of the words one vowel and one consonent is different
(0)
how to check Any adjacent letters transposed between two strings(ex: JOHN, JHON)
(1)
can't receive data after success login ?
(1)
Implement Multi-Tenant in Azure Logic Apps
(0)
Why ASP.Net Core 7.0 Web API showing as Connection refused?
(0)
Iterating over columns of dataframe and print as rows in Python Django
(0)
More ...