I am a beginner in Javascript.
I have a javascript function
Print: function () {
......
}
in my "testing.js" file.
now I need to call this "Print" function from a code behind method. How to do...?
I tried all the below but failed every time
http://forums.asp.net/t/1785410.aspx?how+to+call+javascript+function+from+code+behind+cs+file+
How to call this javascript function from code behind
and many many..... but didnot get a solution..Any help me to come out from this?
I was working for a day in this and all in vain.