Click here to Skip to main content
15,919,028 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhelp me with newsletter Pin
sanaziuse26-May-07 6:00
sanaziuse26-May-07 6:00 
AnswerRe: help me with newsletter Pin
Not Active26-May-07 7:10
mentorNot Active26-May-07 7:10 
GeneralRe: help me with newsletter Pin
sanaziuse26-May-07 7:20
sanaziuse26-May-07 7:20 
GeneralRe: help me with newsletter Pin
Not Active26-May-07 8:29
mentorNot Active26-May-07 8:29 
QuestionGeting MapPath in Customer Server Control Pin
Nadia Monalisa26-May-07 4:24
Nadia Monalisa26-May-07 4:24 
AnswerRe: Geting MapPath in Customer Server Control Pin
Saifi Hasan26-May-07 18:00
Saifi Hasan26-May-07 18:00 
GeneralRe: Geting MapPath in Customer Server Control Pin
Nadia Monalisa27-May-07 0:10
Nadia Monalisa27-May-07 0:10 
Questionviewstate and javascript Pin
Zapss26-May-07 1:57
Zapss26-May-07 1:57 
QuestionMigrating from ASP to ASP.Net Pin
aaraaayen26-May-07 1:07
aaraaayen26-May-07 1:07 
AnswerRe: Migrating from ASP to ASP.Net Pin
doWhileSomething26-May-07 1:51
doWhileSomething26-May-07 1:51 
AnswerRe: Migrating from ASP to ASP.Net Pin
Christian Graus26-May-07 14:03
protectorChristian Graus26-May-07 14:03 
QuestionDetails View Pin
A kamath26-May-07 0:45
A kamath26-May-07 0:45 
AnswerRe: Details View Pin
doWhileSomething26-May-07 2:23
doWhileSomething26-May-07 2:23 
GeneralRe: Details View Pin
A kamath26-May-07 3:36
A kamath26-May-07 3:36 
QuestionCall JavaScript function from Code behind Pin
Jay_se25-May-07 23:43
Jay_se25-May-07 23:43 
AnswerRe: Call JavaScript function from Code behind Pin
doWhileSomething26-May-07 2:04
doWhileSomething26-May-07 2:04 
Page_Load is a server side event, for the client to properly interact with JS, the page needs to be rendered to the browser, as java script is client-side scripting.

If you want to feed your javascript a variable, there are a few ways to do this, but you should elaborate a bit more on what exactly your trying to do and what you want the end result to be.


One way would be to use the Page.RegsiterScriptBlock method. Another would be to declare a public variable to hold your JS or variable(s) and use the Response.Write method to feed the variables into the javascript.
QuestionStyleSheet difficulty Pin
deep725-May-07 23:40
deep725-May-07 23:40 
AnswerRe: StyleSheet difficulty Pin
doWhileSomething26-May-07 1:54
doWhileSomething26-May-07 1:54 
GeneralRe: StyleSheet difficulty Pin
deep727-May-07 22:42
deep727-May-07 22:42 
Questionurgent Pin
harithadotnet25-May-07 23:16
harithadotnet25-May-07 23:16 
AnswerRe: urgent Pin
kubben26-May-07 3:00
kubben26-May-07 3:00 
GeneralRe: urgent Pin
Not Active26-May-07 7:08
mentorNot Active26-May-07 7:08 
GeneralRe: urgent Pin
kubben26-May-07 7:11
kubben26-May-07 7:11 
AnswerRe: urgent Pin
Not Active26-May-07 7:06
mentorNot Active26-May-07 7:06 
AnswerRe: urgent Pin
Saifi Hasan26-May-07 18:17
Saifi Hasan26-May-07 18:17 

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.