hi. i have 4 content placeholder from my master page
and i am using the 3rd contentplace holder. and iam trying to block the entire page. but it blocks only the 3rd content palceholder Area. it blocka only the Specified Area
i am using the jQuey
<script language="javascript" type="text/javascript">
$(function() {
//$().ajaxStart($.blockUI).ajaxStop($.unblockUI);
$('#divConfirmBox1').block({ message: $('#divConfirmBox') });
});
$(function() {
//$().ajaxStart($.blockUI).ajaxStop($.unblockUI);
$('#divConfirmBox').click(function(event) {
$('#divConfirmBox1').unblock();
});
});
</script>
is ther any way i can block the the entire page