08-23-2010, 02:51 PM
(This post was last modified: 08-23-2010, 02:52 PM by venkatbatchu.)
Hi,
Use the syntax as like below
and observe whether these columns added to Datatable or not...
Then it will work.
Regards,
Venkat.Batchu
Use the syntax as like below
Code:
Datatable.AddParameter("CustomerName","")
Datatable.AddParametr("Address","")
Then it will work.
Regards,
Venkat.Batchu