Bulk Insertion of Dynamic textbox values into database
I have created a button and when we click on it for n times,n number of textboxes will be added.I have created the database and gave logic to add single row of textboxes into db.Can someone help me in inserting all that n rows into the database using foreach loop in c sharp(I am using Windows Application Form with Linq to SQl server and C sharp).