Question : centralized calendar for all users to post vacation time??? How???

Hey guys,

Ive been asked by Human Resources to setup a calendar in Outlook for all users to be able to access and view it. In here, they want for everyone to be able to post there vacation time and make sure only the admins responsible can delete it. How can I create a calendar for everyone is the company to be able to see it and post there vacation time???

I am using Outlook 2007 with Exchange 2007..

Answer : centralized calendar for all users to post vacation time??? How???

if textbox is asp.net server control then this will not work... as after rendering textbox id will become different.

document.getElementById("txtLastOptOutDate").focus();

instead try this:

document.getElementById('<%=txtLastOptOutDate.ClientID%>').focus();
Random Solutions  
 
programming4us programming4us