Top "Databinder" questions

Accessing object property as string and setting its value

I have an instance of the Account class. Each account object has an owner, reference, etc. One way I can …

c# string eval accessor databinder
Invalid target for Validator in spring error?

Hi all I am getting the following error whenever I am trying to invoke validator in my spring Servlet.service() …

spring runtime-error validation databinder
C# - Looping through a Repeater control and accessing values added via DataBinder.Eval()

I have a Repeater control that adds rows to a table. The data inside each cell comes from a Datatable …

c# .net loops repeater databinder
DataBinder.Eval data item Empty

I am having trouble trying to figure on how to hide a ',' when the DataItem is empty. Basically, …

c# asp.net databinder
Using DataBinder.Eval() in style attribute of an asp.net control

I've a asp.net linkbutton inside asp.net repeater control which renders multiple link buttons. I want to set the …

asp.net css repeater databinder
DataBinder.Eval in c#

Hi anybody know how to use databinder.eval in c# Actually I've tried this LinkButton lnkName = new LinkButton(); lnkName.CommandArgument = …

c# eval databinder
Using the setAllowedFields() method in Spring

I'm using Spring 3.2.0. I have registered a few custom property editors for some basic needs as follows. import editors.DateTimeEditor; …

spring spring-mvc spring-3 databinder propertyeditor
Using Eval If/Else/EndIf in GridView causes error Databinding methods such as Eval(), XPath(), and Bind()

I am trying to pro grammatically alter a value in a GridView based on a returned database value. The database …

asp.net gridview eval databinder
using values within if conditions in mark up

I want to use a value that is pulled from the SQL within the if statement. Ideally i want to …

asp.net vb.net databinder