English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Or does this idea even make any sense?

10 pts for the first correct answer that works!

Seems easy enough. I have a javascript function defined in the .aspx file, and I want to call said function from inside the corresponding .aspx.cs file.

2006-06-21 09:53:01 · 1 answers · asked by sideshot72 3 in Computers & Internet Programming & Design

1 answers

Just Response.Write a string that will call the function. For example:

MyFile.aspx



And, in your codebehind file just Response.Write out a script block that calls the function. Yahoo! seems to filter out my code, so I can't fully post it.

2006-06-21 10:49:48 · answer #1 · answered by Kryzchek 4 · 0 0

fedest.com, questions and answers