LN10 Posted April 6, 2012 Report Share Posted April 6, 2012 Boas. Queria num calendário por dados de uma BD. Queria que no dia tal, aparece-se que o cliente tal vai lás às tal horas ao tal tratamento com o tal empregado. Como posso fazer isso? algo, deste genero: http://www.daypilot.org/demo/Calendar/GoogleLike.aspx Link to comment Share on other sites More sharing options...
poliveira1978 Posted April 6, 2012 Report Share Posted April 6, 2012 o evento que necessitas é o "ondayrender". sugiro-te que compares a data do dia no calendário com um campo que obtens da BD. em c# é algo deste género: calendario_dayrender(xxxxx) { if (e.day.date==data da bd) { e.cell.text="um texto"; } } Link to comment Share on other sites More sharing options...
LN10 Posted April 6, 2012 Author Report Share Posted April 6, 2012 ok. obg Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now