Databind() and flexibility?

  • Thread starter Thread starter me
  • Start date Start date
M

me

I want to do various stuff, such as calculate TimeSpan, create html anchors
and so on, based
on the fields returned from a sqldatareader before I bind it to a datagrid.
Is it possible and how?
 
What is the problem? You have the datareader, traverse it and do what you
need to do, then bind it to the datagrid. You can also handle the
datgrid.itemdatabound event to get to the binded data as it is being binded.
 
Do you mean writing in the reader before i pass it on?? how to do that??
Maybe you mean a datatable?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top