Query String in Filter

  • Thread starter Thread starter Steve Bishop
  • Start date Start date
S

Steve Bishop

I'm having trouble passing in a query string from a page into my
RowFilter. Syntax help appreciated:

string Filter = "CustomerNumber + " string(objCN);

I keep getting "column myobjCNvalue not found".

objCN is actually a string anyway.

Thanks
 
Whats the value in the objCN

Steve said:
I'm having trouble passing in a query string from a page into my
RowFilter. Syntax help appreciated:

string Filter = "CustomerNumber + " string(objCN);

I keep getting "column myobjCNvalue not found".

objCN is actually a string anyway.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top