Hi,
I would like to see the complete UpdateQuery, which also include the value of the parameters, of a SqlDataSource. When I press shift+F9 I can write "SqlDataSource.UpdateCommand.ToString()", but this sentence shows me the statement with the parameters, no it's value, I don't want to see the "@", but instead the value.
Thank you guys.