hi All,
i am working on ASP.NET and Sql Server 2005.
i want to send arraylist from frontend to sql server and fatch it's value in database and then insert one by one row..
means in my arraylist more than one rows are present. and i want to send that arraylist in database and then fatch value from that arraylist and then store.
i want to use database connection only one time to send arraylist.
can any body help me, how to do that?
any help will be really appriciated..
i am working on ASP.NET and Sql Server 2005.
i want to send arraylist from frontend to sql server and fatch it's value in database and then insert one by one row..
means in my arraylist more than one rows are present. and i want to send that arraylist in database and then fatch value from that arraylist and then store.
i want to use database connection only one time to send arraylist.
can any body help me, how to do that?
any help will be really appriciated..
Comment