Hi Everyone,

When the data is retrieved through a stored procedure using the SQLDatasource control that is binded to a gridview control, I want to change some data that is in some of the columns. Can i do this in one of the events either in the gridview or data control?

I know you can do some formatting on the aspx page side such as dates, etc. but was wondering if I can do it on the vb code side?

Thanks!

Warren