How to show multiple columns using objectlist in mobile web applications

A

arnie

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
 
Z

Zoran Donev

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.ToString)
oListLoc.TableFields = "Rank;location;QtyOnHand;Whse"
oListLoc.DataBind()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top