How to create a device-specific code in aspx
Mobile
2
Posts
2
Posters
5
Views
1
Watching
-
I want to create the aspx page which has to be the output for the html devices and wml devices.I am using MMIT for using the pages. If anybody knows,pl answer.
-
I want to create the aspx page which has to be the output for the html devices and wml devices.I am using MMIT for using the pages. If anybody knows,pl answer.
In the Mobile toolkit, there is a control called Device Specific. With this tag, you can set different tags with filters to determine what content to render for specific devices. For instance IsJscript filter is specifc for devices that support Javascript. I don't know what all the filters are, but that would be a good place to start. Jeremy Oldham