in showPopUp Function - i am passing only one value ,but i want to pass more than one value .i given like below .not working
OnClientClick='<%# string.Format("return showPopUp ({0}, \"{1}\", \"{2}\");", Eval("EmpID"), Eval("Name"), Eval("Date")) %>' />
Sachin SinghPosted Feb 3, 2023, 6:33 AM
Test this
Naimish MakwanaPosted Feb 3, 2023, 6:00 AM
Hello Lejo,
Please try below code and test.
Your JS function.
An alternative is, you can concatenate the values and separate them with a delimiter. Then, in the JavaScript function, you can split the values using the same delimiter.
Thanks
Naimish Makwana