vote up 1 vote down star

What is the sytnax for displaying a data table column on an ASP.NET page (.aspx)? I know it it along the lines of Container.DataItem, it has been awhile since I worked with DataTable object

flag

76% accept rate

1 Answer

vote up 2 vote down check
<%#Databinder.Eval(Container.DataItem, "Field") %>
link|flag
Thanks, oh yeah.....I like ponies!!!!! – Michael Kniskern Jun 2 at 20:21
Ponies are Awesome! – Ólafur Waage Jun 3 at 13:23

Your Answer

Get an OpenID
or

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