ajax中的自动完成文本框
问题描述:
我有一个textbox.prefixtext应该给它应该显示的任何东西。但是,我需要在查询的where子句中给出一些条件。例如:
i have one textbox.prefixtext should be give anything it should be disply.But,i need give some condition in where clause of query.Example:
"select ItemName from ListItems Where ItemName like @myParameter+''%'' AND Listname=???? GROUP BY ItemName"
如何传递Listname webservice中的参数?有可能..很高兴谢谢..
How to pass Listname Parameter in webservice?it is possible..advance thanks..
答
这可以帮到你
通过动态Web服务参数列表 [ ^ ]
使用Asp.net Web服务的Jquery自动填充文本框 [ ^ ]
使用ajax和c#在asp.net中自动完成文本框[ ^ ]
this can help you
Pass Dynamic List of Parameters to Web Service[^]
Jquery Autocomplete Textbox With Asp.net Web Service[^]
Auto complete Textbox in asp.net using ajax and c#[^]