Link to home
Start Free TrialLog in
Avatar of KaranGupta
KaranGupta

asked on

Problem with <ajaxToolkit:CalendarExtender>

Hi

I am facing problem using calendarExtension in IE 8

I am using a textbox and calender control in .net

Normally it works in the following scenario when the user clicks on the textbox calendar appears
below the textbox. But in IE 8.0 it is not working properly.

I have searched on internet to find the solution all the blogs and discussion forums gives the same solution i.e. add the following css class

.ajax__calendar_title{width:150px; margin:auto; padding:3px;}

But where to add there is no description for that. Can you help me out in this.
ASKER CERTIFIED SOLUTION
Avatar of vinodsnair2001
vinodsnair2001
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of KaranGupta
KaranGupta

ASKER

Hi

There is another class input_text that is applied on the textbox should I remove it.
The reason I am asking this is because when you view source then you won't see any class called ajax__calendar
you have to add this as css file and thenadd  ajax__calendar to the calendar extender cssclass property, and then all of the calendars will work.
Hi

I have added the class in the css file then add the <link> tag on the top of the page. After that I have applied css class in calendar extender control.

But still I am facing the same problem

Am I missing  something. If you want some piece of code then I can give
Hi

One more thing which I want to share is I am using master page.

When I am using <link> tag in child page. I am getting a warning message

"Cannot switch views: Validations(XHTML 1.0 Transitional): Element link cannot be nested within  element 'div'"
Hi

Any Updates
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial