3
Answers

ASP calling JavaScript function but not passing parameter

Mohith Kovela

Mohith Kovela

7y
255
1
Here is my code. What's wrong with this?
Response.Write(String.Format("<td id = {0} onclick = 'update({0})' >", studentid));
Answers (3)