Guest User

Guest User

  • Tech Writer
  • 31
  • 22.1k

ASP calling JavaScript function but not passing parameter

May 7 2017 2:13 AM
Here is my code. What's wrong with this?
Response.Write(String.Format("<td id = {0} onclick = 'update({0})' >", studentid));

Answers (3)