Asp Pages on differnert resolution
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Please some help the asp pages are shown same on different resulotions.I have porblum that when i change the reslotion then the asp pages are not well designe.
maybe thats because you have a stiff(fixed) layout at design time. All the pages that you might have made are for some particular resolution. And the tables on which they reside, are of fixed lengths. So, you can simply make those tables to work on %age basis rather than their widths using pixels wise.