Hi,
Here's a newbie question.
I'm building a web-application for ASPNET 2.0.
I have a gridview showing info retrieved from the database. Now I want to add a seperate collumn having info determined partly by info present in the database, but also partly coming from info from external sources. E.g. file creation / save info of a file on a directory.
In the past (ASPNET 1.0) I used DataGrid and built my own datasources which I binded in page_load and refresed when the page-index changed.
What is an easy way to do using LLBLGEN under ASPNET 2.0?
Regards,
Jan