I have been trying to get the RadGrid to Export my multi table view into excel. If I don't try and do multiple tables it exports fine. I think I have finally gotten AJAX turned off and it is trying to export and I get an error that there is no ContractID which I think is because there isn't a child row for that parent and when I make sure that all the parent rows have child rows I get.
I have try catch blocks in every code block I have and this is never trapped. I am going to have to switch to a different set of controls from another vendor if I can't make this work by end of day tomorrow.
Thanks,
John
Server Error in '/' Application.
Exception Details: System.Data.SyntaxErrorException: Syntax error: Missing operand before '=' operator.
Source Error:
Stack Trace:
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
I have try catch blocks in every code block I have and this is never trapped. I am going to have to switch to a different set of controls from another vendor if I can't make this work by end of day tomorrow.
Thanks,
John
Server Error in '/' Application.
Syntax error: Missing operand before '=' operator.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Data.SyntaxErrorException: Syntax error: Missing operand before '=' operator.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082