Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
2 answers
1k views

converting datatable to xml giving outofmemory exception

While trying to converting a datatable data to xml through stringwriter. It si giving outof memory exception. My datatable contains about 20000 records. Below is the code I am trying DataTable dt = ...
sandeep.mishra's user avatar
0 votes
0 answers
739 views

Datatable row-wise iteration and printing

I have a datatable that I need to iterate row-wise and print it using iTextSharp in ASP.NET using C#. For each row retrieved in parent datatable dt, I print a child table dt_child. The dt_child is ...
divinediu's user avatar
  • 433