I want to make a ajax server control in ASP.NET and in that application I have a textbox and I want to send text of that textbox to function that is created in ASP.NET ajax server control class and that function return some result based on text.
My Application uses Server controls which are Imported from External DLL added as a reference. This Server Control will make use of AJAX to complete its functionality.
To use My control, I would add the Script Manager and My Control on the .aspx page and it should start working.
MyPage.aspx:
MyService.asmx