Click here to Skip to main content
15,889,651 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
Questionw3wp.exe reaching 500mb after several requests Pin
K.P.Kannan25-May-07 22:42
K.P.Kannan25-May-07 22:42 
AnswerRe: w3wp.exe reaching 500mb after several requests Pin
kubben26-May-07 3:02
kubben26-May-07 3:02 
GeneralRe: w3wp.exe reaching 500mb after several requests Pin
K.P.Kannan27-May-07 5:46
K.P.Kannan27-May-07 5:46 
Question3 tier architecture Pin
bhanu1234525-May-07 20:56
bhanu1234525-May-07 20:56 
AnswerRe: 3 tier architecture Pin
Sonia Gupta25-May-07 21:19
Sonia Gupta25-May-07 21:19 
GeneralRe: 3 tier architecture Pin
bhanu1234525-May-07 22:36
bhanu1234525-May-07 22:36 
AnswerRe: 3 tier architecture Pin
Dave Herren26-May-07 12:35
Dave Herren26-May-07 12:35 
Questiondrop down binding using data table in the grid view Pin
tauras8125-May-07 19:12
tauras8125-May-07 19:12 

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.