how to export datagrid item into excel file using Jquery?
A:
function exporttoexcel() { $('#export').click(function() { window.open('exportdata.aspx'); }); }
pradeeptamar
2010-09-28 12:59:29