Ask a Question related to ASP.NET General, Design and Development.
-
Don Pedro #1
DataBinder.Eval() : bad performance ! alternatives ?
According to the documentation for the DataBinder class's Eval method should
it only be used with discretion due to the fact it is latebound and uses
reflection.
"CAUTION Since this method performs late-bound evaluation, using
reflection, at runtime, it can cause performance to noticeably slow compared
to standard ASP.NET data-binding syntax."
([url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html[/url]
/frlrfsystemwebuidatabinderclassevaltopic1.asp?fram e=true )
I have heard people talk about a 30% performance loss in comparison to other
methods, but what are these methods and what alternatives are there to using
this (very nice for RAD) method ?
/ DonPedro
Don Pedro Guest
-
Setting Visible with Databinder.Eval
Hi, I hope this is the right forum for my question. I have a Repeater control in which I have two panels. Only one panel should be visible at a... -
Handling Nulls in Databinder.Eval
I had a problem, now it's fixed, and now I have a concern on why isn't there a better way. The question is: How do you handle NULLs in your control... -
DataGrid - DataBinder.Eval
I am using a Datagrid and am populating the column header which is being picked up from a database. My problem is that if the column name conatins... -
Complete syntax of DataBinder.Eval() ?
I've been using DataBinder.Eval(container, expression, format) to late-bind controls in an aspx template with a typed dataset, but finding the... -
DataBinder.Eval Problem
Hi Use <%#DataBinder.Eval(Container.DataItem, "cat1") %> HTH Prasad "Frosty" <programmerx2002x@aol.com> wrote in message



Reply With Quote

