Screen Resolution problem
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, How to make my asp.net 2.0 web application screen resolution independent? I used 1024 * 768 resolution in my development PC and when i deploy, all vista users are facing problem with the screen resolution. Whole alignment of my project is disturbed. Please help me...
-
Hi, How to make my asp.net 2.0 web application screen resolution independent? I used 1024 * 768 resolution in my development PC and when i deploy, all vista users are facing problem with the screen resolution. Whole alignment of my project is disturbed. Please help me...
mention sizes in percentages instead of mentioning sizes in px
Pradeep Reddy