Code that Worked with MultiView fails with Wizard ASP.NET
- by davemackey
I originally created a process that occurred by transitioning between views in a multiview and it worked fine. Now, I've moved this same code into a ASP.NET Wizard and it keeps throwing an error at the second step. The error is:
Method 'System.Object AndObject(System.Object, System.Object)' has no supported translation to SQL.
Any ideas why this…