do you know why i get this error
Error Message
other ajax components are working and i am using the scriptmanager
I had this, found some reasons here:-
http://weblogs.asp.net/chrisri/archive/2007/02/02/demystifying-sys-is-undefined.aspx
For me I cured it by making my site an application, rather than a virtual directory.
Regards,
Steve.
<xhtmlConformance mode="Legacy"/>
this was the problem
I added the following tag in the <system.web> section in web.config and it worked<xhtmlConformance mode="Transitional"/>