Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
2748 Points
547 Posts
Microsoft
Aug 08, 2003 06:25 PM|LINK
<script runat=server> public bool SupportsTable(System.Web.Mobile.MobileCapabilities mc, String str) { if ((mc.Tables) && (mc.PreferredRenderingType == "html32")) { return true; } else return false; } </script> ... <Mobile:List id="list1" runat=server DataTextField = "foo" DataValueField = "bar" > //some table tags and temlates in here... //some templates in here...
kashif
Contributor
2748 Points
547 Posts
Microsoft
Re: Project Delpoyment - Machine Config file
Aug 08, 2003 06:25 PM|LINK
<script runat=server> public bool SupportsTable(System.Web.Mobile.MobileCapabilities mc, String str) { if ((mc.Tables) && (mc.PreferredRenderingType == "html32")) { return true; } else return false; } </script> ... <Mobile:List id="list1" runat=server DataTextField = "foo" DataValueField = "bar" > //some table tags and temlates in here... //some templates in here...Hope that helps Kashif