I've a web dialog on a page that is called from server side code in two places. One of the places when called, the web dialog displays normally.
But from the 2nd place, the text and buttons are displayed, but the dialog box is hidden.
try{ client.Send(message); DialogTitleLabel.Text = "Notice's Sent"; DialogMessageLabel.Text = "Notices sent to the 6 notice recipients"; DialogWebDialogWindow.WindowState = Infragistics.Web.UI.LayoutControls.DialogWindowState.Normal;}
The only difference is here I'm calling it after sending an e-mail out. Any suggestions??
Hello csnyder_ptb,
Can you clarify on what event you execute the code shown and does this event cause full page Postback or not?
Both care called exactly the same way. there are no Update panels on the page, so must be full page postbacks.
On both calls, I set a couple of label fields, and then set the windowstate to Normal.
Can you attach simplified sample or at least some code that I can use to build one?
Without knowing the application event flow it will be really difficult to pinpoint the actual cause for this issue.
Thank you.
Are you been able to create sample that can we use on our side?
If you need further assistance with this question let me know.