---
title: "Apply CSS with AJAX Control"  
description: "Apply CSS with AJAX Control"  
author: "Anonymous User"  
published: 2010-09-29  
updated: 2010-10-21  
canonical: https://www.mindstick.com/forum/9/apply-css-with-ajax-control  
category: "ajax"  
tags: ["ajax"]  
reading_time: 1 minute  

---

# Apply CSS with AJAX Control

How to [apply](https://www.mindstick.com/articles/13148/discover-to-apply-make-up-like-a-professional-supermodel) [CSS](https://www.mindstick.com/forum/514/background-gradient-ie7-css-problem) with [AJAX](https://www.mindstick.com/articles/1541/check-availability-of-user-name-or-email-using-asp-dot-net-ajax-and-jquery) [control](https://www.mindstick.com/blog/197/asp-dot-net-repeater-control)?\
Like [Calendar](https://www.mindstick.com/articles/13088/how-to-choose-the-best-calendar-for-you-dynamics-crm-system) Extendar..\

## Replies

### Reply by Amit Singh

we apply CSS with calender extender we change on particular item like\

1. .ajax__calendar_container (this is used for change the value of ajax container)
2. .ajax__calendar_header (this is used for change in the header of calender)
3. .ajax__calendar_title
4. .ajax__calendar_body
5. .ajax__calendar_day
6. .ajax__calendar_dayname
7. .ajax__calendar_hover .ajax__calendar_day (this is used on mouseover)\

\

```
  <style>
  .cssCal .ajax__calendar_title
  {
  color:red;
  }
  </style>
  ...
  ..
  <body>
  <asp:calender cssclass="cssCal"/>
  </body>
```

apply and check it


---

Original Source: https://www.mindstick.com/forum/9/apply-css-with-ajax-control

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
