Request a topic or
contact an Arke consultant
404-812-3123
There is no DataBinder.Bind method

Arke Systems Blog

Useful technical and business information straight from Arke.

About the author

Author Name is someone.
E-mail me Send mail

Recent comments

Archive

Authors

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2024

There is no DataBinder.Bind method

Old but useful: http://weblogs.asp.net/leftslipper/archive/2007/06/29/how-asp-net-databinding-deals-with-eval-and-bind-statements.aspx

The “Bind” method for two-way databinding is pure magic, the ASP.NET parser intercepts it and translates it into real code.

This means that if you have a problem with an eval such as “System.InvalidCastException: Specified cast is not valid.”, which you can fix up just fine when using eval by manually casting or parsing the object, you simply won’t be able to use two way binding because there is no way to cast or parse the result of the eval.


Posted by David Eison on Tuesday, August 17, 2010 2:06 AM
Permalink | Comments (0) | Post RSSRSS comment feed