Skip to content

Replies

0
Kavita Patel
Kavita Patel answered on Mar 3, 2010 2:42 PM

Hello,

It looks like I am getting error: "Cannot interpret token '{' at position 7" because the SQLDataSource I am binding the WebDataGrid to is being filtered by a control (dropdownbox).  The FilterExpresion of the SQLDataSource is set to: "MyFieldName = {0}".  Once I delete the filter expression the error no longer somes up.  The problem is I need to filter the SQLDataSource whenever this dropdownbox changes its Selected Value.  any suggestions on how I can do that?  Will the filter have to be through the WebDataGrid?

0
Kavita Patel
Kavita Patel answered on Mar 3, 2010 1:51 PM

Did you get a fix to this?  I am having the same problem.