Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Mobile / August 2007

Tip: Looking for answers? Try searching our database.

How to show multiple columns using objectlist in mobile web applications

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
arnie - 23 Aug 2007 15:17 GMT
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
Zoran Donev - 27 Aug 2007 17:10 GMT
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()

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.