So i have to show a jquery UI Dialog from codebehind. I\'ve tried everything: this, this, this, and also changed those answers to test if it works with me but is not wor
First make a call to dialog to create it.
.dialog({ autoOpen: false }) //{} = settings
and then open it..
.dialog('open')