email a gridview
In this post I’ll discuss how I coerced a gridview control into straight text. The reason I did this was to send the data from the gridview in an email. An invoice in this case. At first I figured I could use a div and simply tap in to the inner html. No luck! It’s not available on the server side. I’d like to avoid the help of Javascript so I kept looking. I decided to make...
February 5th, 2009 by B.Harding


