G
Guest
Is there any other way to read data that's binded to a repeater control in a
asp.bet webform?
Currently...
<%# DataBinder.Eval(Container.DataItem, "Column1") %>
.... works fine. However, i need to manipulate the value stored in "Column1",
not just write it out in HTML. Is there any way to read this value, do
"somthing" w/ this value, and then use Response.Write() to print out the
resulting value?
Thanks,
asp.bet webform?
Currently...
<%# DataBinder.Eval(Container.DataItem, "Column1") %>
.... works fine. However, i need to manipulate the value stored in "Column1",
not just write it out in HTML. Is there any way to read this value, do
"somthing" w/ this value, and then use Response.Write() to print out the
resulting value?
Thanks,