<div style="float: left">
<a href="javascript:void(0)" onclick="javascript:chatWith('Ankit')">
<asp:Label ID="NameLbl2" Text='<%# Eval("Values") %>' runat="server"></asp:Label></a></div>
I am utilizing this particular code within a repeater along with a JavaScript function
onclick="javascript:chatWith('userName')"
. I aim to substitute "userName" with a different name by using "EVAL()".??????