O
olevm
Hello,
i have a little problem:
Currently i'am developing some parts for a webapplication, one
containing a DataList.
The Items within the DataList are links, that are pointing to
somewhere, having parameters leaving the postback /
CommandName/Argument stuff beside.
url?parameter1=x¶meter2=y
eg (conceptually):
<datalist>
<itemtemplate>
<a href="url?parameter=<%# Container.DataItem("ID")">
<%# Container.DataItem("ID")%>
</a>
</itemtemplate>
</datalist>
How do i get the link that has been clicked beeing highlighted without
using the
SelectedItemStyle feature? If not possible, how do i manage to use a
asp:LinkButton
with the parameters like above while achieving the highlight
functionality with
SelectedItemStyle Options?
Greetings and thanks in advance
Ole
i have a little problem:
Currently i'am developing some parts for a webapplication, one
containing a DataList.
The Items within the DataList are links, that are pointing to
somewhere, having parameters leaving the postback /
CommandName/Argument stuff beside.
url?parameter1=x¶meter2=y
eg (conceptually):
<datalist>
<itemtemplate>
<a href="url?parameter=<%# Container.DataItem("ID")">
<%# Container.DataItem("ID")%>
</a>
</itemtemplate>
</datalist>
How do i get the link that has been clicked beeing highlighted without
using the
SelectedItemStyle feature? If not possible, how do i manage to use a
asp:LinkButton
with the parameters like above while achieving the highlight
functionality with
SelectedItemStyle Options?
Greetings and thanks in advance
Ole