Need help in responsive table in asp

Hi,
I am developing responsive site in asp. In the site, some pages has data tables in it which are coded by tag <asp:GridView>. I have tried different responsive table css to make this data table responsive. But not getting required output. Thanks in advance.

Have you looked at the solution from the good folks at Zurb?

http://www.zurb.com/article/982/a-new-take-on-responsive-tables

You need to using a ListView, not a GridView. It will render without tables.