Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 29th, 2012  |  syntax: None  |  size: 0.32 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Can I get result from javascript and use it in vb.net?
  2. Dim str As String = "<script>" &
  3.                         "$('.test').live('click',function(){" &
  4.                         "confirm('test');" &
  5.                          "})</script>"
  6.     ScriptManager.RegisterClientScriptBlock(control, GetType(Button), "sas", str, False)