Hi all,
I am a little confussed as to why I cannot pass the values to this tag. it's an asp:button and I just need to populate some information from the code behind into the tag below.
OnClientClick
='inviteguests(<%# Eval("MeetingID")%>, <%= CPin %>, 200, 200, 500, 600);'
Thanks in advance.
Lee