cgishack
13 Nov 2007, 8:36 AM
I am trying to use the EXT lib with ASP.NET.
I am placing user controls inside a lot of Tabs/Dialogs and Layout controls.
I ran into an issue when I want to have an ASP.NET button inside a Dialog box.
The dialog box removes the HTML from the page and is placing it under the closing </form>
tag.
When the button is not inside a form tag the post event it not triggered .
Is there a way I can set EXT to keep the rendered HTML inside document.forms[0] for the Dialog boxes?
Drew
I am placing user controls inside a lot of Tabs/Dialogs and Layout controls.
I ran into an issue when I want to have an ASP.NET button inside a Dialog box.
The dialog box removes the HTML from the page and is placing it under the closing </form>
tag.
When the button is not inside a form tag the post event it not triggered .
Is there a way I can set EXT to keep the rendered HTML inside document.forms[0] for the Dialog boxes?
Drew