Rank: Newbie Groups: Member
Joined: 5/24/2010 Posts: 3
|
Is it possible to have a modal pop up dialog using EO Objects that will allow for form input and submission from the dialog box. User clicks on Link....Modal window pops up (disables page in background) ......prompts user to input something and click button. User clicks button and the page responds to a server side event to process the input and user is returned to same page (no refresh), the pop up is no longer there and some other control on the page shows the inputted value.
The key here is that I need to be able to call a server side process once the input is submitted.
I see the dialog control, but I am unable to trick it into allowing me to use server side controls as the HTML for that dialog box.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You would just place whatever server control inside the dialog's ContentTemplate. It very much functions the same way as a Panel control, except that the "Panel" can pop up. Whether to refresh the page has nothing to do with the dialog.
Thanks!
|