Browse by Tags

All Tags » expressions (RSS)

How ASP.NET databinding deals with Eval() and Bind() statements

A recent question on one of our internal mailing lists asked where the definition for the Bind() method is located in ASP.NET. The asker had located the definition of the Eval() method on the TemplateControl class, but the Bind() method was nowhere to...
Posted by Eilon | 17 comment(s)

From the Suggestion Box: Why can't you use code expressions for properties?

From the suggestion box InfinitiesLoop asks: "How about, why can't you use code expressions inline with server controls? You can obviously with the DataBinding expression <%# code %>, but you can't simply say <%= code %>. Using...
Posted by Eilon | 7 comment(s)
More Posts