HighTechTalks DotNet Forums  

How to show multiple columns using objectlist in mobile web applications

ASP.net Mobile microsoft.public.dotnet.framework.aspnet.mobile


Discuss How to show multiple columns using objectlist in mobile web applications in the ASP.net Mobile forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
arnie
 
Posts: n/a

Default How to show multiple columns using objectlist in mobile web applications - 08-23-2007 , 09:17 AM






Hi
I want to show multiple columns table using objectlist with columns
other than first column will also have links to say other pages. How
it can be done in asp .net 2.0 mobile web application
Any code sample/ link will be very helpful
Thanks
Arnie


Reply With Quote
  #2  
Old   
Zoran Donev
 
Posts: n/a

Default Re: How to show multiple columns using objectlist in mobile web applications - 08-27-2007 , 11:10 AM







Hi Arnie,

before you Bind your data you have to specify a string-list with the
column names.

e. g.

Dim dblayer As DataAccessLayer.DAL =
DataAccessLayer.DataProvider.GetDataAccess
oListLoc.DataSource =
dblayer.FindLocations(slistItems.Selection.ToStrin g)
oListLoc.TableFields = "Rank;location;QtyOnHand;Whse"
oListLoc.DataBind()



*** Sent via Developersdex http://www.developersdex.com ***

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.