c# - ASP.net Listview EditTemplate Hide/Show Options by Checkbox -
I have a list view that has a item template and an edit template. When I switch an item to editing mode, I have a bunch of checkboxes as an option. I now have problems. In the editmode, I want to make some options disappear (or replaced by "-") when some checkboxes are unchecked and are definitely re-checked when it checks again.
I have tried to use an on-the-spot incident in an endemplate but it is not a fire as I will not see any other useful incidents that can do this for me to react.
Have you set up autopost = "true" on your checkbox? The on-screen event will not do anything until it is set.
Comments
Post a Comment