Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Oct 13, 2008 01:28 PM by radiox
Member
16 Points
36 Posts
Oct 13, 2008 11:56 AM|LINK
Hello Guys,
How is it better to replace asp:GridView in Mobile web form?
Regards,
D.
mobile
12 Points
3 Posts
Oct 13, 2008 01:19 PM|LINK
D,
I'm not sure what you mean by "better", however the System.Web.UI.MobileControls.ObjectList is the mobile equivalent of GridView. I'd also recommend you check out Scott Hanselman's great post on ObjectList here:
http://www.hanselman.com/blog/HowToShowMultipleColumnsInAnASPNETMobileObjectList.aspx
MB
17 Points
10 Posts
Oct 13, 2008 01:28 PM|LINK
I use datalist with templated items.
Slam
Member
16 Points
36 Posts
GridView for Mobile
Oct 13, 2008 11:56 AM|LINK
Hello Guys,
How is it better to replace asp:GridView in Mobile web form?
Regards,
D.
mobile
mbertram@kim...
Member
12 Points
3 Posts
Re: GridView for Mobile
Oct 13, 2008 01:19 PM|LINK
D,
I'm not sure what you mean by "better", however the System.Web.UI.MobileControls.ObjectList is the mobile equivalent of GridView. I'd also recommend you check out Scott Hanselman's great post on ObjectList here:
http://www.hanselman.com/blog/HowToShowMultipleColumnsInAnASPNETMobileObjectList.aspx
MB
Radiox
Member
17 Points
10 Posts
Re: GridView for Mobile
Oct 13, 2008 01:28 PM|LINK
I use datalist with templated items.