Hi there,
I came across an article dealing with calendar data-binding.

http://scottonwriting.net/sowblog/posts/708.aspx

The author just changes the day-cell's text style.
In your case,you can simply notify the calendar to fire a onclick =
javascript:getDayData() function if that day has some corresponding
data.
function getDayData() calls a server side function that enables you to
use Ajax.dll to fetch data from a database and postback to your HTML
control or what ever.

And if you would like an AJAX month-navigation,you can check out this
-->
http://www.genesissys.com/Blog/2005/9/28/4/An-AJAX-ASP.NET-Calendar.aspx
  
Very simple and straightforward.

Hope this helps.

Regards,
QC.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to