How to recieve value from javascript function
-
:confused:Hi All, I have a javascript function change() which returns var id. while I am calling this function like this TextBox1.Text = change(). I am getting an error can not convert void to string. Is there any way to solve this out... Help me. Thanks Sapan
Hi all go for this...
-
:confused:Hi All, I have a javascript function change() which returns var id. while I am calling this function like this TextBox1.Text = change(). I am getting an error can not convert void to string. Is there any way to solve this out... Help me. Thanks Sapan
Hi all go for this...
Don't Cross Post.
Regards, Satips.:rose:
-
Don't Cross Post.
Regards, Satips.:rose:
please change your name font, its realy annoying :rolleyes::rolleyes: excuse me..
When you get mad...THINK twice that the only advice Tamimi - Code
-
please change your name font, its realy annoying :rolleyes::rolleyes: excuse me..
When you get mad...THINK twice that the only advice Tamimi - Code
Changed.
Regards, Satips.:rose:
-
:confused:Hi All, I have a javascript function change() which returns var id. while I am calling this function like this TextBox1.Text = change(). I am getting an error can not convert void to string. Is there any way to solve this out... Help me. Thanks Sapan
Hi all go for this...
As I said in the C# function, your code snippet is half C# and half jscript. Where is it called ? You need to use the client side Id, and you need to use document.getElementById to find the control from that id. Then you can set the text on the client side, and it will persist on the server.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )