views:

279

answers:

1

I got it working where I pass a string to my webmethod and it does a nice auto complete box...

But now I need to pass two strings to help filter the results. What is the best way to do this?

A: 

Consider using ContextKey to send second string. In this case you'll need to add a third parameter to your webmethod signature.

flashnik