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

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top