开发者

how to export datagrid item into excel file using Jquery?

how to export datagrid item int开发者_开发百科o excel file using Jquery?


Please find the code below:

function exporttoexcel() {
    $('#export').click(function() {
         window.open('exportdata.aspx');
    });
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜