[lnkForumImage]
TotalShareware - Download Free Software

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


 

Natalie

6/27/2002 7:07:00 PM

I am using an the objectlist control to display data. It
consists of a table with two columns. I can get the data
to display and have even created a custom title for both
columns. however, the first column consistently is
displayed as a hyperlink. is there any way to remove this
functionality?

here is a sample of the aspx code:
<mobile:ObjectList id="ObjectList1" runat="server"
TableFields="TeamName;TeamScore">
<Field Title="" Name="TeamName"
DataField="TeamName"></Field>
<Field Title="" Name="TeamScore"
DataField="TeamScore"></Field>
</mobile:ObjectList>
1 Answer

(Andres Sanabria)

7/26/2002 12:37:00 AM

0

Yes you could override that functionality by taking advantage of the
ItemTemplate and alternateTemplate

AndreS

"This posting is provided "AS IS" with no warranties, and confers no
rights."