i want to pass multiple parameters to a java script function through code behind
like this only i want to pass
<script type="text/javascript"> function addmultiple(param1 ){}</script>
for ex: 1,john,39,200,’insert’;2,peter,30,300,’insert'(these fields should pass in the above parameter).
in code behind i am binding all data’s through a grid view. and i want to pass the value’s to java script function by separation of semi colon. after that next row should be bind.
i am doing these all in asp.net
advance thanks
Javascript
To call function
html code