Agha Usman

Lives in Karachi (Pakistan) and work for Ciber Strategies

Browse by Tags

All Tags » .net » Javascript (RSS)
Datatable to JSON
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 =...
More Posts