AutoComplete

  • Thread starter Thread starter shapper
  • Start date Start date
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
 
Back
Top