[Dialog] asp .net and the init
Hello,
I've got a little problem using Dialog jquery with asp .net.
In this normal use jquery append the dialog and his content in the
end of document.body
in _init function -> uiDialog = (this.uiDialog = $('<div/>'))
.appendTo(document.body) ....
In asp .net it's a problem because it's outside the form. We can't
interact with the code behind.
So to correct this without change the source code (In case of update
or else) Is there a way to override the _init function of dialog?
For passing the element or element id where to append the dialog.
Or May be there is another way to instanciate dialog in the form and
not a the end of body?
I hope I well explained my problem.
Thanks a lot for answering
Ludovic