I want to insert data in to my database form a web form(ASP.net)
Record can be 3 to 10 for every month. Instead of entering one record at a time can i dynamically create an insert statement along with the txt field.(Like if there are two records to be enter can i create a botton "ADD MORE" that will generate a new text box and the label below the previous along with the insert statment) So that on clicking the INSERT botton all the statements will be executed....
Can anyone please show me a demo or codes to do this....or perhaps a link where i can find my related question.
Please Help me...