我想在 ASP.NET 中创建一个 ajax 服务器控件,在该应用程序中我有一个文本框,我想将该文本框的文本发送到在 ASP.NET ajax 服务器控件类中创建的函数,并且该函数返回一些基于的结果文本。
我的应用程序使用从作为参考添加的外部 DLL 导入的服务器控件。该服务器控件将利用 AJAX 来完成其功能。
要使用我的控件,我将在 .aspx 页面上添加脚本管理器和我的控件,它应该开始工作。
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.
发布评论
评论(1)
MyPage.aspx:
MyService.asmx
MyPage.aspx:
MyService.asmx