|
-
Mar 3rd, 2009, 03:55 PM
#1
Thread Starter
Hyperactive Member
[2008] Accessing hidden field in AJAX modalPopup
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|