Browse by Tags

All Tags » AJAX » Javascript » .net (RSS)

Datatable to JSON by aghausman12

In this post I will explain you, how can we serialize Datatable to JSON. So that, it can easily pass to JavaScript to get the AJAX done. First of all fill a Datatable with some results. DataTable dt = new DataTable();   SqlConnection objSqlCon =...
Filed under: , , , ,
More Posts