Click here to Skip to main content
15,887,267 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to call a javascript function in c# code Pin
G Nathan17-Apr-08 21:52
G Nathan17-Apr-08 21:52 
AnswerRe: How to call a javascript function in c# code Pin
Christian Graus17-Apr-08 21:54
protectorChristian Graus17-Apr-08 21:54 
AnswerRe: How to call a javascript function in c# code Pin
eyeseetee17-Apr-08 21:59
eyeseetee17-Apr-08 21:59 
GeneralRe: How to call a javascript function in c# code Pin
Reelix17-Apr-08 22:00
Reelix17-Apr-08 22:00 
GeneralRe: How to call a javascript function in c# code Pin
Vasudevan Deepak Kumar17-Apr-08 23:05
Vasudevan Deepak Kumar17-Apr-08 23:05 
GeneralRe: How to call a javascript function in c# code Pin
Reelix17-Apr-08 23:08
Reelix17-Apr-08 23:08 
AnswerRe: How to call a javascript function in c# code Pin
shivani2417-Apr-08 23:55
shivani2417-Apr-08 23:55 
AnswerRe: How to call a javascript function in c# code Pin
Ankit At Codeproject18-Apr-08 0:50
Ankit At Codeproject18-Apr-08 0:50 
try this ....



protected void Button1_Click(object sender, EventArgs e)
{
string javaScript = "\n" + "A();" +"";
ClientScript.RegisterStartupScript(this.GetType(), "Run_it", javaScript);



}
QuestionHow to call a javascript function in c# code Pin
G Nathan17-Apr-08 21:52
G Nathan17-Apr-08 21:52 
AnswerRe: How to call a javascript function in c# code Pin
Reelix17-Apr-08 21:59
Reelix17-Apr-08 21:59 
GeneralRe: How to call a javascript function in c# code Pin
G Nathan18-Apr-08 1:10
G Nathan18-Apr-08 1:10 
QuestionWebsite appearence changes in Different Browsers Pin
Krazy Programmer17-Apr-08 21:45
Krazy Programmer17-Apr-08 21:45 
GeneralRe: Website appearence changes in Different Browsers Pin
Christian Graus17-Apr-08 21:52
protectorChristian Graus17-Apr-08 21:52 
GeneralRe: Website appearence changes in Different Browsers Pin
Krazy Programmer17-Apr-08 22:04
Krazy Programmer17-Apr-08 22:04 
GeneralRe: Website appearence changes in Different Browsers Pin
Vasudevan Deepak Kumar17-Apr-08 22:26
Vasudevan Deepak Kumar17-Apr-08 22:26 
GeneralRe: Website appearence changes in Different Browsers Pin
Christian Graus18-Apr-08 0:37
protectorChristian Graus18-Apr-08 0:37 
GeneralRe: Website appearence changes in Different Browsers Pin
Vasudevan Deepak Kumar17-Apr-08 22:02
Vasudevan Deepak Kumar17-Apr-08 22:02 
GeneralRe: Website appearence changes in Different Browsers Pin
Krazy Programmer17-Apr-08 22:10
Krazy Programmer17-Apr-08 22:10 
GeneralRe: Website appearence changes in Different Browsers Pin
Vasudevan Deepak Kumar17-Apr-08 22:24
Vasudevan Deepak Kumar17-Apr-08 22:24 
GeneralPublish Pin
ellllllllie17-Apr-08 21:16
ellllllllie17-Apr-08 21:16 
GeneralRe: Publish Pin
Vasudevan Deepak Kumar17-Apr-08 21:38
Vasudevan Deepak Kumar17-Apr-08 21:38 
GeneralRe: Publish Pin
eyeseetee17-Apr-08 21:39
eyeseetee17-Apr-08 21:39 
GeneralRe: Publish Pin
Vasudevan Deepak Kumar17-Apr-08 21:42
Vasudevan Deepak Kumar17-Apr-08 21:42 
GeneralRe: Publish Pin
eyeseetee17-Apr-08 21:53
eyeseetee17-Apr-08 21:53 
GeneralRe: Publish Pin
Vasudevan Deepak Kumar17-Apr-08 21:59
Vasudevan Deepak Kumar17-Apr-08 21:59 

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.