[lnkForumImage]
TotalShareware - Download Free Software

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


 

rwoo_98

10/3/2005 5:57:00 PM

I have the following on a mobilepage:

SectionList
Command
List

The SectionList SelectType is a DropDown.
Both the SectionList and List are dynamically generated.
List also has an OnItemDataBind event, which adds additional text to
the List.
The List.ItemsAsLinks is set to false.

When the page comes up the items in the List are displayed as links and
contain a postback. I don't want the Items displayed as links. Any
ideas?

Thanks,

1 Answer

rwoo_98

10/3/2005 6:08:00 PM

0

Found the problem. If you double click the List object in the design
window, a ListCommandEventHandler is automatically created. Once this
happens, the items in the List are created with a postback.

Hope someone finds this useful.