Click here to Skip to main content
15,897,187 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: update the news in my webpage Pin
Vasudevan Deepak Kumar16-Nov-07 1:35
Vasudevan Deepak Kumar16-Nov-07 1:35 
GeneralRe: update the news in my webpage Pin
Christian Graus17-Nov-07 10:11
protectorChristian Graus17-Nov-07 10:11 
GeneralRe: update the news in my webpage Pin
Vasudevan Deepak Kumar19-Nov-07 3:44
Vasudevan Deepak Kumar19-Nov-07 3:44 
AnswerRe: update the news in my webpage Pin
Christian Graus17-Nov-07 10:10
protectorChristian Graus17-Nov-07 10:10 
QuestionSession variable need to access from aspx page Pin
JJB200715-Nov-07 9:35
JJB200715-Nov-07 9:35 
AnswerRe: Session variable need to access from aspx page Pin
SABhatti15-Nov-07 9:38
SABhatti15-Nov-07 9:38 
GeneralRe: Session variable need to access from aspx page Pin
JJB200715-Nov-07 9:48
JJB200715-Nov-07 9:48 
GeneralRe: Session variable need to access from aspx page Pin
SABhatti15-Nov-07 10:09
SABhatti15-Nov-07 10:09 
I doubted that because I never tested that.

Do this right after you set the session:

<br />
<br />
string script = string.Format("function StartMeUp(){ MediaPlayer.Filename='{0}'; }</SCRIPT>", Session["WavName"]);<br />
<br />
ClientScript.RegisterClientScriptBlock(this.GetType(),"WavName",script,true);<br />
<br />




-----

GeneralRe: Session variable need to access from aspx page Pin
JJB200716-Nov-07 3:19
JJB200716-Nov-07 3:19 
GeneralRe: Session variable need to access from aspx page Pin
SABhatti16-Nov-07 18:04
SABhatti16-Nov-07 18:04 
AnswerRe: Session variable need to access from aspx page Pin
Guffa15-Nov-07 10:22
Guffa15-Nov-07 10:22 
QuestionMenu navigation trail feature Pin
neualex15-Nov-07 6:50
neualex15-Nov-07 6:50 
AnswerRe: Menu navigation trail feature Pin
SABhatti15-Nov-07 10:33
SABhatti15-Nov-07 10:33 
GeneralRe: Menu navigation trail feature Pin
neualex15-Nov-07 12:03
neualex15-Nov-07 12:03 
AnswerRe: Menu navigation trail feature Pin
Vasudevan Deepak Kumar16-Nov-07 1:28
Vasudevan Deepak Kumar16-Nov-07 1:28 
QuestionCreating a dynamic sql dataset without needing to postback Pin
kosh205915-Nov-07 3:39
kosh205915-Nov-07 3:39 
AnswerRe: Creating a dynamic sql dataset without needing to postback Pin
Colin Angus Mackay15-Nov-07 4:06
Colin Angus Mackay15-Nov-07 4:06 
QuestionLocation displaying in popup Pin
rosswyld14-Nov-07 21:20
rosswyld14-Nov-07 21:20 
AnswerRe: Location displaying in popup Pin
SABhatti15-Nov-07 10:26
SABhatti15-Nov-07 10:26 
Questionxml page in iframe Pin
srinivas43114-Nov-07 19:28
srinivas43114-Nov-07 19:28 
AnswerRe: xml page in iframe Pin
Christian Graus14-Nov-07 20:25
protectorChristian Graus14-Nov-07 20:25 
Questiondividing the data and going to next page Pin
srinivas43114-Nov-07 18:18
srinivas43114-Nov-07 18:18 
AnswerRe: dividing the data and going to next page Pin
Tamimi - Code14-Nov-07 20:15
Tamimi - Code14-Nov-07 20:15 
AnswerRe: dividing the data and going to next page Pin
Christian Graus14-Nov-07 20:27
protectorChristian Graus14-Nov-07 20:27 
QuestionSimple problem... I think with page error Pin
No-e14-Nov-07 8:30
No-e14-Nov-07 8:30 

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.