Hi
I have below code & i want to pass 2 parameters to open another form. I have deliberatley written hef
<td> <a hef='javascript::;' data-popup="tooltip"> <asp:Literal ID="ltrStudentName" runat="server" Text='<%# Eval("Name") %>'></asp:Literal> </a> </td>
In below line it is not passing parameter
<a hef='../User/Home.aspx?val=" + AES.Encrypt('<%# Eval("StudentID") %>')' >
Thanks