Hi Sevu,
 
1. Do you register type for ajax in your page_load routine?
 
        protected void Page_Load(object sender, EventArgs e)
        {
          AjaxPro.Utility.RegisterTypeForAjax(typeof(ClassName), Page);
        }
 
2. Do you declare class for Ajax namespace:
    [AjaxPro.AjaxNamespace("AutoComplete")]
    public partial class ClassName : System.Web.UI.UserControl
    {
      ....
     }
 
   or
[AjaxPro.AjaxNamespace("AutoComplete")]
    public partial class CustomerServiceWizard : System.Web.UI.UserControl
    {
 

 
On 7/6/06, Sevu <[EMAIL PROTECTED]> wrote:

Hi schwarz,

          Really your ajax libraries are very nice.I try to use your
AutoComplete control by refering the below metioned link.

http://munich.schwarz-interactive.de/autocomplete.aspx

I just added autocomplete.js in to my project and _javascript_ init()
function to my webform.Also web.config settings are done.While running
the below mentioned line,I am getting the js exception that object
expected.

addNamespace("MS.Web.AutoComplete");

I need to add any reference? ( or ) any piece of code?Please help me.

Thanks in advance,
Sevu.



--~--~---------~--~----~------------~-------~--~----~
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