Mobile stylesheets (StyleSheet.ascx) have only some basic properties. CSS have so much properties to design a web page but mobile stylesheet properties are very less. It will not fulfill the requirement.
What ever you said it is correct but now if i develop the application with pure asp.net controls, if i open this application in older phones is this application will open properly or not?
If i develop asp.net application, we have to use devicespecific controls in that.
nagender_red...
Member
96 Points
89 Posts
Re: How to change CSS Dynamically
Jun 14, 2010 04:30 PM|LINK
Hi frez,
Mobile stylesheets (StyleSheet.ascx) have only some basic properties. CSS have so much properties to design a web page but mobile stylesheet properties are very less. It will not fulfill the requirement.
Thanks,
roopeshreddy
All-Star
20143 Points
3327 Posts
Re: How to change CSS Dynamically
Jun 14, 2010 05:05 PM|LINK
Hi,
Actually MobileControls is pretty old stuff. You would have used general asp.net code for Mobiles also. These Mobile controls has many limitations...
Roopesh Reddy C
Roopesh's Space
nagender_red...
Member
96 Points
89 Posts
Re: How to change CSS Dynamically
Jun 14, 2010 05:36 PM|LINK
Hi Roopesh,
What ever you said it is correct but now if i develop the application with pure asp.net controls, if i open this application in older phones is this application will open properly or not?
If i develop asp.net application, we have to use devicespecific controls in that.
<mobile:DeviceSpecific ID="DeviceSpecific3" Runat="server">
<Choice Filter="supportsJavaScript" Xmlns="http://schemas.microsoft.com/mobile/html32template">
Why still some applications are developing with mobile controls?