hello
i am using a linkbutton inside a datalist.what i want is:when a user click on this link,it play a song stored in a folder

protected void LinkButton1_Click(object sender, EventArgs e)
        {
            this.WindowsMedia1.VideoURL = "mistralgagnant.mp3";

        }

PS:WindowsMedia is the ID of aspnetvideo
Thanks

I think that this forum section may be for Classic ASP and ASP.NET is another section?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.