[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

ObjectList ItemCommand not working

Liz

3/18/2002 5:43:00 PM

Hi!

I'm trying to attach commands to list elements that I'm
displaying in a mobile objectlist.

I created C# code behind for the ShowItemCommands and
ItemCommand events based on a code sample in the MIT for
ObjectListShowCommandsEventArgs Class that uses a book
store example. Although the debugger shows that the code
does run through the code behind for the ShowItemCommands,
it never shows the commands on the screen, never enters
the ItemCommand code behind, and instead shows the record
details for the list item.

Why isn't the ItemCommand triggering?
Why don't I see my commands?
Is the sample missing something?

Any help is appreciated.