Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Professional
|
ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 16th, 2006, 01:18 PM
Registered User
 
Join Date: Nov 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default .NET ObjectList on BlackBerry Only Shows One Colum

Why does the .NET ObjectList control only display one column on my BlackBerry 7290? I am writing a simple BlackBerry web application using .NET 2.0 mobile web forms. The first page contains an ObjectList that is bound to a SqlDataReader that has retrieved records that contain five columns (col1, col2, … col5) of data. I only want to display the first two columns on the first page so I have “TableFields="Col1;Col2"” in my OL control. I also set AutoGenerateFields to “false” and I’ve defined <Field> tags for all five columns of data.

When I run the page using the BlackBerry browser, I only see the first column of data, Col1, on the first page. Interestingly, I can scroll down through each row in this first column, click on a record, and I’ll see all five columns of data on the second page of the ObjectList control.

I know the data is there because if I change the BlackBerry’s emulation mode to Microsoft IE, I can see both columns (although they aren’t laid out properly). I have enabled HTML, CSS, and JavaScript in the browser. I also configured the BB to render HTML and WML. Is there something else I’m missing? This problem is driving me crazy! Thanks.







Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.NET 2.0 Blackberry Issue gialo1 ASP.NET 1.0 and 1.1 Professional 0 July 24th, 2007 07:20 PM
Multi Colum Listbox JAdkins Classic ASP Basics 3 July 9th, 2007 01:40 AM
Copy only numeric value from one colum hugoscp Word VBA 1 November 22nd, 2006 10:56 AM
In which Namespace the ObjectList Classs present sreenugotla General .NET 0 March 21st, 2005 05:08 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.