Friday, 30 May 2014

Register your js file and call js function Code behind site in .net

  ScriptManager.RegisterStartupScript(this, GetType(), "a_key", "<script type='text/javascript' src='test.js'></script> <script type='text/javascript'>kk();</script> ", 

No comments:

Post a Comment