Are you using firebug or another Developer Console like program to see
what request the AutoComplete is sending out?

it should be something like

http://yourwebsite/Serice/AutoComplete.ashx?q=foo&limit=10&timestamp=1255013315384

And all values can be accessed in ASP.NET via Request.QueryString, key
"q" has the value to search on


On Oct 7, 10:50 pm, Mark Phillips <mgphilli...@gmail.com> wrote:
> Hi,
>
> I'm using the AutoComplete Plugin with ASP.NET MVC.  For some reason
> the client side input value is NULL when it reaches the Server method.
>
> Any suggestions would be appreciated.
>
> Thanks,
> Mark

Reply via email to