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:
-
On page load, in the gray there should be an input text box with 'add task' and a submit button next to it.
-
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
-
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.
-
When the checkbox is checked, its text must be crossed (strikethrough).
-
On browser refresh, all operations must be missing.
-
(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
Post a Comment