vote up 1 vote down star

I've got the following list of integers:

Dim foo = New List(Of Integer)

I set the datasource of my gridview to foo. What do I put in my databinding markup?

<%# Eval("???") %>
flag

78% accept rate
Could you show the complete code? – George Stocker Mar 17 at 22:36
Here's a hint as to what I'm looking for: stackoverflow.com/questions/583689/… – George Stocker Mar 17 at 22:36

1 Answer

vote up 3 vote down check

This should work:

<%# Container.DataItem %>
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.