Ritu

Ritu

  • 1.3k
  • 346
  • 41.1k

ASP.Net MVC and sql server

Nov 13 2020 9:37 AM
I have a drop-down list, two textboxes, add button and a table. There are two things which I need to do. First thing is, fill one textbox with the drop-down list's selected text and the user will enter a value in second text box. I could find a solution for that part and it is done. The second part is, I need to add the texts in those two textboxes to an HTML table with a button click . The table rows must increase by one with the button click and textboxes texts. Can someone please help me. I am new to mvc and that is why I find it difficult to do this. Thanks in advance.

Answers (2)