Alternative(s) to DataBinder.Eval for .NET Framework Client Profile?
Asked Answered
U

0

8

I would like to have the functionality of DataBinder.Eval (i.e., perform runtime databinding); however, DataBinder.Eval is defined in the System.Web assembly, which is not available on the .NET Framework 4 Client Profile.

I am wondering if there is an alternative in the .NET Framework 4 Client Profile assemblies, or if maybe a Mono DLL file might have something with this functionality.

If not, I may have to copy the code for DataBinder.Eval using Reflector, but I would prefer using an existing method if possible.

Unifoliolate answered 5/9, 2012 at 18:18 Comment(2)
What exactly are you doing? Can you use one of .Net's standard data-binding systems?Erstwhile
You might check out Binding in the System.Windows.Forms namespace.Simulant

© 2022 - 2024 — McMap. All rights reserved.