Possible Duplicate:
Remove close button on jQueryUI Dialog?
I am getting some problem to disable close button in JQuery UI Dialog.
My code is like bellow.
$(document).ready(function () {
$("#dialog").dialog({
modal: true,
width:800
});
});
Thanx in Advance