---
title: "Cant see server Audio Tag"  
description: "Cant see server Audio Tag"  
author: "Anonymous User"  
published: 2014-08-28  
updated: 2014-08-28  
canonical: https://www.mindstick.com/forum/2185/cant-see-server-audio-tag  
category: "asp.net"  
tags: ["asp.net", ".net", "c#", "server audio tag", "html5 audio tag", "Cant see server Audio Tag"]  
reading_time: 1 minute  

---

# Cant see server Audio Tag

<[audio](https://www.mindstick.com/interview/1743/what-is-new-in-sencha-touch-audio-video-feature) runat="[server](https://www.mindstick.com/articles/43769/what-is-serverless-architecture-is-it-worth-switching-over)" id="audioMessageToPlay" src="" [controls](https://www.mindstick.com/articles/66/how-to-create-controls-at-run-time-in-csharp-dot-net)="controls"/>

in a [user control](https://www.mindstick.com/forum/294/problem-in-access-the-control-inside-the-user-control), i want to manipulate the src tag in [code](https://yourviews.mindstick.com/view/85458/alan-turing-the-mastermind-behind-cracking-the-enigma-code-during-world-war-ii) behind, but when i get there the control

audioMessageToPlay.src

isnt there ?

I cant even do

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

Any [ideas](https://www.mindstick.com/articles/43878/making-the-best-use-of-the-options-trade-ideas) on how to get it, im currently updating to SP1 maybe that will help ?

## Replies

### Reply by Sumit Kesarwani

Hi Jeet, try this:

```
protected void Page_Load(object sender, EventArgs e){   
audioMessageToPlay.Attributes.Add("src",
"media/keineZeit.mp3");}
```


---

Original Source: https://www.mindstick.com/forum/2185/cant-see-server-audio-tag

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
