Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Mobile > objectlist and templated checkbox

Reply
Thread Tools

objectlist and templated checkbox

 
 
Trine
Guest
Posts: n/a
 
      11-23-2004
Please has anyone tried to add a checkbox column to an obejctlist AND
suceeded in taking a boolean value from a dataset to check or uncheck it.
I have the following code which give me a devicespecific templated checkbox
(it only displays a checkbox) :

<mobile:SelectionList SelectType="ChekcBox" ..... >
<Item Selected='<%#
Convert.ToBoolean(((ObjectListItem)(((ObjectList)( Container.NamingContainer)).Selection))["primaryvalue"])%></Item>
</mobile:SelectionList>

in another objectlist I try a different approach and this code brings me the
boolean value in text:
<Field Title="Primary Value" Name="primaryvalue"
DataField="primaryvalue"></Field>

but I cant seem to make the two things work together. Any suggestions?



 
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
templated function as parameter of another templated function Amadeus W. M. C++ 2 07-04-2006 09:59 PM
ASP.NET Templated User Controls - Limit child controls allowable within a templated control JohnyStyles@gmail.com ASP .Net 0 05-29-2006 06:00 PM
Subtypes of templated types (in templated functions) Marijn C++ 5 02-13-2004 09:50 AM
implementing a templated struct within a templated struct RA Scheltema C++ 3 01-06-2004 11:25 AM
templated ObjectList problem Reinhold Schalk ASP .Net Mobile 6 12-10-2003 03:33 PM



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