Sunday, January 29, 2012

Clean the system every day use the follwing :

Go to Run and enter the

1)temp -- after enter delete all files in temp folder

2)%temp% -- after enter delete all files in temp folder

3)prefetch -- after enter delete all files in prefetch folder

4)recent -- after enter delete all files in recent folder

IP Config of the system

In the command prompt

enter the ipconfig

then we know about the system ip configuration

Go to Menu Start and select Run . Then, type the following command:
• cmd /k ipconfig /all

Ajax Calendar (script)

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>

Protected by Copyscape Plagiarism Software