Hi Sevu,
 
     If you use master page, you need to have content within it. asp:Content can have any web control or user control.
 
    You may create autocomplete in a user control and place your user control in your asp:Content. In this way, you only need to change whatever code in your user control instead of your page control.
 
   Lawson
    

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

Hi lawson,

     Thanks for your reply.Now the issue is solved.Issues are as
follows.

1.I am not included the following line in web.config.
                  <oldStyle>
                  <includeMsPrototype/>
                  </oldStyle>
2.Previously i am simply added the textbox ( Say customer Ajax TextBox)
in webform.Now i had one master page and asp:Content is added to the
webform and include the texbox with in asp:Content.

This 2 things solved my issues.If iam miseed out any one then i got the
above mentioned exception.
I have one doubt here.It is not possible to include the autocomplete
textbox directly to form without any asp:Content?

Thanks for your reply.
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