Convert GridView Data to CSV using jQuery

At times you may want to allow the end user to save GridView data into CSV format for further processing (say for opening later in Excel). Doing so using server side code is quite common. However, this requires an extra round trip to the server. You can also convert data from a GridView into CSV using jQuery. This post shows how.

http://www.bipinjoshi.net/articles/bec48066-fb2c-48ce-85c9-336acb89531c.aspx

 

No Comments