jquery works on the client, with the rendered html. how the html is rendered doesn't matter (static, asp.net, php, ruby). so you won't find explicit examples about how to get jquery working with webforms.
what you may find is how to work with jquery with html rendered by webforms. typically the only issue with this is how to handle the clientId generated by webforms.
with jquery int the client(browser) environment there is no concept of a database either. you will need to load the dates either as part of rendering the page, or making an ajax call to the server to retrieve the dates.
Jason Meckley
Programmer
faq855-7190
faq732-7259