Click here to Skip to main content
15,906,816 members

Comments by N Haque (Top 10 by date)

N Haque 9-Apr-14 0:16am View    
Deleted
No number no need to consider.
N Haque 11-Jul-13 7:00am View    
If you have stateid--statename and countryid then no need to join any where to insert your data. Just write insert statement. If you don't have countryid but have country_name then you need select query to select countryid. Please clarify you question.
N Haque 29-Jan-13 8:53am View    
you can try this-
DataTable dt = new DataTable();
// dt=Your DataTable;
DataSet ds = new DataSet();
ds.Tables.Add(dt);
oDocument.SetDataSource(ds);
N Haque 23-May-12 5:06am View    
Thanks for your suggestion. But I can’t change existing dll right now.
N Haque 23-May-12 5:06am View    
Thanks for your suggestion. But I can’t change existing dll right now.