VB.net to Javascript
-
Anyone know hwo I can call a javascript function from within vb.net passing it a variable? I have a gridview and depedning on the clicked cell it needs to construct a string (in vb.net) and then use that string to recirect another window (javascript). I have to use javscript for redirtection because I cann't find a way to redirect another window from vb. BOB
-
Anyone know hwo I can call a javascript function from within vb.net passing it a variable? I have a gridview and depedning on the clicked cell it needs to construct a string (in vb.net) and then use that string to recirect another window (javascript). I have to use javscript for redirtection because I cann't find a way to redirect another window from vb. BOB
ASP.NET ? You can call registerclientscriptblock to insert jscript code into your page.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog