Skip to main content

Search and Top Navigation

#7593 closed bug (notabug)

Opened August 02, 2011 03:41PM UTC

Closed August 02, 2011 04:04PM UTC

jQuery Dialog Problem in ASP.Net & Sharepoint

Reported by: aria_cop Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.dialog Version: 1.8.14
Keywords: Cc:
Blocked by: Blocking:
Description

Hi,

When jQuery Dialog render the dialog , it creates element outside of main asp.net/Sharepoint <FORM tag and it cause server side events doesn't work, because page controls will not post back and even textbox values will be empty in server side functions.

I use dialog() to a div contained some textbox and a button to submit within a asp UpdatePanel (for ajax purpose) in a sharepoint webpart.

Best Regards,

Morteza

Attachments (0)
Change History (1)

Changed August 02, 2011 04:04PM UTC by scottgonzalez comment:1

resolution: → invalid
status: newclosed

This isn't a bug, this is necessary for the dialog to display properly. See related tickets #4980 and #5762.