I guess this thread can be here or in a more AJAXy forum....

Say I populate a hiddenfield:
<asp:HiddenField ID="myVars" runat="server" />
value = 4,6,2,7,4,6,3,5,8,9 (it's a string of digits separated by commas)


...using javascript.

Then, using AJAX's ModalPopupExtender, I wish to show the values in this hidden field in a modal popup.

How exactly would I go about doing this? I've been having issues accessing the hiddenfield.