3
Answers

ASP calling JavaScript function but not passing parameter

Photo of Mohith Kovela

Mohith Kovela

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

Answers (3)