Users Pricing

forum

Home Forums Cant see server Audio Tag – MindStick

Cant see server Audio Tag

Anonymous User 2049 28 Aug 2014
<audio runat="server" id="audioMessageToPlay" src="" controls="controls"/>

in a user control, i want to manipulate the src tag in code behind, but when i get there the control

    audioMessageToPlay.src

isnt there ?

I cant even do

    audioMessageToPlay.Attributes.Add("src", "mymusic.mp3")

Any ideas on how to get it, im currently updating to SP1 maybe that will help ?


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md