Dynamic rich media component for ASP.Net Flash, Video and Audio controls for C# and VB.Net
Welcome Guest Search | Active Topics | Members | Log In | Register

PlayList LinkButton issue Options · View
ionafi
Posted: Wednesday, January 14, 2009 11:59:01 AM
Rank: Member
Groups: Member

Joined: 11/13/2008
Posts: 26
Points: 78
Location: New York
I'm using your playlist example with a small change to the linkbutton:

<asp:LinkButton ID="TrackSelectButton" runat="server" CausesValidation="False" CommandName="Select" Text='<%# Eval("TrackNumber")+". "+Eval("Name")%>' CommandArgument='<%# Eval("URL")%>' onCommand="LinkButton_clicked"></asp:LinkButton>


public void LinkButton_clicked(Object sender, CommandEventArgs e)
{
MediaPlayer1.AudioURL = e.CommandArgument.ToString();
}

But the e.commandArgument is empty string. If i hard code that url, it gets passed.
Can i get any hint on this? Tried all i knew.

Thanks.
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.