AutoComplete

S

shapper

Hello,

I am creating a custom web control which uses AutoComplete associated
to a TextBox.

In this project I also have the necessary .asmx file. The project is
compiled to a .dll library.

When I use AutoComplete I add the following to my page:

MyScriptManager.Services.Add(New
ServiceReference("AutoComplete.asmx"))

The question is, now that my asmx file is inside my .dll library how
should I do this?

Thanks,

Miguel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top