cvboucher
Posts: 191
|
| Posted: 05/16/2011, 11:20 AM |
|
Is there a way two have two search fields with the PTAutoFill feature? I have an editible grid with the AutoFill assigned to a drop list. I would also like to use a Url paramter as a second search field. Is there a way to do this? I tried including it in the Data Source query for the service but it doesn't appear to work.
ASP.NET VB - InMotion
SQL Server
Thanks,
Craig
|
 |
 |
cvboucher
Posts: 191
|
| Posted: 05/19/2011, 10:51 AM |
|
In case anyone is interested I figured out a work around. Since one of the parameters is from a URL parameter, I save it to a cookie when the page loads. Then in the service I get the parameter from the cookie.
Craig
|
 |
 |
|