请问如何在后台.aspx.cs页面动态添加AJax的AutoCompleteExtender控件? 10
我的代码:AutoCompleteExtenderace=newAutoCompleteExtender();//AjaxControlToolkit已导入ace.Tar...
我的代码:
AutoCompleteExtender ace = new AutoCompleteExtender();// AjaxControlToolkit已导入
ace.TargetControlID = tb.ID; //正因为tb是动态生成的TextBox,所以要动态添加!
ace.ServiceMethod = "GetVINList";
ace.ScriptPath = "~/WebService/WebService1.asmx";
GetVINList方法是没问题的,但是运行后没有任何效果。。还有不知道要不要动态添加ScriptManager控件..请教哪位大侠指点!拜托! 展开
AutoCompleteExtender ace = new AutoCompleteExtender();// AjaxControlToolkit已导入
ace.TargetControlID = tb.ID; //正因为tb是动态生成的TextBox,所以要动态添加!
ace.ServiceMethod = "GetVINList";
ace.ScriptPath = "~/WebService/WebService1.asmx";
GetVINList方法是没问题的,但是运行后没有任何效果。。还有不知道要不要动态添加ScriptManager控件..请教哪位大侠指点!拜托! 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询