User475983607 posted
I want to pass 2 parameters in below code
td = +'<a href="http://localhost:1501/Test.aspx?No='+[No_]+'">View</a>'
The syntax is for passing values in the URL is
http://localhost:1501/Test.aspx?No=1&arg2=hello&arg3=World
See HTTP GET and POST for more information.
https://www.w3schools.com/tags/ref_httpmethods.asp