Thanks for the reply.

I discovered the answer.  A silly mistake actually.  The AutoComplete
parameter is "q".  ASP.NET MVC Routes needs an exact parameter name
match on the server side method.  I was using the word "filter"
instead of "q", so ASP.NET MVC passed in null to the server method.

Mark



On Oct 8, 10:45 am, MorningZ <morni...@gmail.com> wrote:
> 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×tamp=...
>
> 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- Hide quoted text -
>
> - Show quoted text -

Reply via email to