Add a table row with a checkbox whose label updates with textbox input and button which deletes the row in ASP.Net -


I have tried to combine the answer with several threads, but not my very new, less-developed ASP.NET skills The ball is playing.

I am trying to make a to-do list. Follow the specifications:

  1. On page load, in the gray there should be an input text box with 'add task' and a submit button next to it.

  2. The text is added to the text box and the submit button is clicked, a check box appears below for which the text input box is user input

  3. On the right side of the check box that appears, a 'Delete' button should also be visible which will get rid of both check boxes and deletion buttons.

  4. When the checkbox is checked, its text must be crossed (strikethrough).

  5. On browser refresh, all operations must be missing.

  6. (And it is a big problem for me) No database is used.

    I want to be very grateful for some points, even what model should be used (WF, MVC, Razor ...) ... Thank you in advance for your time!

    You can put a check box in a panel, and you can turn off the panel's viewcart. So refreshing will not be able to maintain values ​​

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -