Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > choosing .NET mobile control for web application's report page

Reply
Thread Tools

choosing .NET mobile control for web application's report page

 
 
Brian
Guest
Posts: n/a
 
      05-26-2004
RE: choosing .NET mobile control for web application's report page

I would like to create a mobile web application having a report page
displaying several fields per line. An additional requirement is that it
should have an editable checkBox (preferable) or modifyable HTML Link
(toggling displayed text between 'not selected' and 'selected') in the first
column. The checkBox_clicked or Link_clicked event will envoke code to
toggle a binary value in the database.

If I understand my options, the only mobile device controls available to
create this writable report are:

a) List - ReadOnly, does not allow UI dynamic controls (including
checkboxes/Links/Command button) on, or between each line.

b) SelectionBox - Includes a check box for each line.
Drawbacks include no pagination, and text beside the checkbox is *** limited
to one field. ***

c) ObjectList: Includes pagination, multiple fields/columns on details
(drill down) page ONLY. Drilling down into the data takes time, and I would
prefer not to use templating and force the user to bring up a 'details'
page.

I would greatly appreciate it if someone would suggest a way to create this
report or confirm that creating a report page meeting these requirements is
impossible using .NET mobile controls.

Brian


 
Reply With Quote
 
 
 
 
KarinJ
Guest
Posts: n/a
 
      07-21-2004
Brian,
have you come up with a solution to your problem? I want to do the same thing, or similar... basically a master-detail scenario, with the master info; NOT as a clickable link, at the top, and the detail underneath it. In my asp.net application I used a datagrid (with a nested datagrid for the detail)for this, but for the mobile version I was thinking of using a List for the master info, and a nested Selectionlist (the user is presented with a set of options to choose from) for the detail.
I want to implement pagebreaks after every Item's detail.

Do you know if this can be done on mobile pages? Do you have any suggestions?

Thanks.


 
Reply With Quote
 
 
 
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
iPhone4,iPhone3,Ipad,Apple Mobile,Blackberry Mobile,HTC Mobile,LGMobile,Motorola Mobile,Nokia Mobile,Samsung Mobile chen selina C++ 0 07-13-2010 08:53 AM
cheap LG Mobile Motorola Mobile Nokia Mobile Philips MobileSony-ericsson Mobile yuwenwu004@gmail.com C++ 0 12-09-2007 09:02 PM
cheap LG Mobile Motorola Mobile Nokia Mobile Philips MobileSony-ericsson Mobile yuwenwu004@gmail.com Java 0 12-09-2007 09:02 PM
cheap LG Mobile Motorola Mobile Nokia Mobile Philips MobileSony-ericsson Mobile yuwenwu004@gmail.com C Programming 0 12-09-2007 09:02 PM
choosing .NET mobile control for web application's report page Brian ASP .Net Mobile 1 07-21-2004 03:56 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57