ajax calendar with in the ajax modal popup control / ajaxcalendar with in the ajaxmodal popup control
<script type="text/javascript">
function calendarShown(sender, args)
{
sender._popupBehavior._element.style.zIndex = 10005;
}
var _popup;
function ShowAnimation() {
// find the popup behavior
this._popup = $find('ModalPopupExtender1');
// show the popup
this._popup.show();
}
function CloseAnimation() {
// hide the popup
this._popup.hide();
}
</script>
No comments:
Post a Comment
Comments