How you can listen to a mp3 file on a web part?
following is my code but it doesn't work:
protected override void CreateChildControls()
{
MyLinkButton = new LinkButton();
MyLinkButton.Text = "click here";
MyLinkButton.Click += new EventHandler(MyLinkButton_Click);
Controls.Add(MyLinkButton );
}
void MyLinkButton_Click(object sender, EventArgs e)
{
System.Web.HttpContext.Current.Response.Redirect("}
following is my code but it doesn't work:
protected override void CreateChildControls()
{
MyLinkButton = new LinkButton();
MyLinkButton.Text = "click here";
MyLinkButton.Click += new EventHandler(MyLinkButton_Click);
Controls.Add(MyLinkButton );
}
void MyLinkButton_Click(object sender, EventArgs e)
{
System.Web.HttpContext.Current.Response.Redirect("}