I've got a user outputting some data to a text file, I then import it into a DB using DTS.<BR><BR>So it comes to me without any formatting, but I need to turn the 3rd row in the gridview to display ...
I added a column to a GridView with a button. Normally I'd be able to add an attribute on a standard ASP.NET button, but the GridView buttons don't seem to be accessable in the same way ...