Click here to Skip to main content
15,888,113 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 11:32
protectorChristian Graus17-Sep-09 11:32 
AnswerRe: Dynamic music player.... Pin
Abhishek Sur17-Sep-09 11:31
professionalAbhishek Sur17-Sep-09 11:31 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 11:36
greendragons17-Sep-09 11:36 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 11:39
greendragons17-Sep-09 11:39 
GeneralRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 11:58
protectorChristian Graus17-Sep-09 11:58 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 12:07
greendragons17-Sep-09 12:07 
GeneralRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 12:18
protectorChristian Graus17-Sep-09 12:18 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 12:40
greendragons17-Sep-09 12:40 
protected void Page_Load(object sender, EventArgs e)
      {
            image1.AlternateText = Request.QueryString["art"];
            image1.ImageUrl = Request.QueryString["imgg"];
            label2.Text = image1.AlternateText;
            string loc = Request.QueryString["u"];
            Panel1.Controls.Add(new LiteralControl("<OBJECT width=312px height=248px CLASSID=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6 VIEWASTEXT >"));
            Panel1.Controls.Add(new LiteralControl("<PARAM name=autoStart value=False>"));
            Panel1.Controls.Add(new LiteralControl(@"<PARAM name=URL value="+loc+">"));
            Panel1.Controls.Add(new LiteralControl("</OBJECT>"));


      }

i got it....actually i was using Response.Write what actually showing controls in browsers but not master page contents....now using this literalcontrols i did but still problem is that it's not playing the song....n my url is perfectly right........
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 12:49
greendragons17-Sep-09 12:49 
GeneralRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 13:58
protectorChristian Graus17-Sep-09 13:58 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 14:15
greendragons17-Sep-09 14:15 
GeneralRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 14:21
protectorChristian Graus17-Sep-09 14:21 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 14:25
greendragons17-Sep-09 14:25 
QuestionNeed Help in String Manipulation? Pin
Jollyguy17-Sep-09 6:23
Jollyguy17-Sep-09 6:23 
AnswerRe: Need Help in String Manipulation? Pin
Manas Bhardwaj17-Sep-09 6:56
professionalManas Bhardwaj17-Sep-09 6:56 
AnswerRegular expression Pin
David Mujica17-Sep-09 7:37
David Mujica17-Sep-09 7:37 
QuestionOrder of insertion Pin
srikantha_nagaraj17-Sep-09 4:51
srikantha_nagaraj17-Sep-09 4:51 
AnswerRe: Order of insertion Pin
Richard MacCutchan17-Sep-09 4:57
mveRichard MacCutchan17-Sep-09 4:57 
AnswerRe: Order of insertion Pin
Ashfield17-Sep-09 9:25
Ashfield17-Sep-09 9:25 
GeneralRe: Order of insertion Pin
srikantha_nagaraj18-Sep-09 20:01
srikantha_nagaraj18-Sep-09 20:01 
GeneralRe: Order of insertion Pin
Ashfield18-Sep-09 21:36
Ashfield18-Sep-09 21:36 
GeneralRe: Order of insertion Pin
srikantha_nagaraj18-Sep-09 22:35
srikantha_nagaraj18-Sep-09 22:35 
GeneralRe: Order of insertion Pin
Ashfield20-Sep-09 22:42
Ashfield20-Sep-09 22:42 
AnswerRe: Order of insertion Pin
Christian Graus17-Sep-09 10:26
protectorChristian Graus17-Sep-09 10:26 
AnswerRe: Order of insertion Pin
Abhishek Sur17-Sep-09 11:25
professionalAbhishek Sur17-Sep-09 11:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.