I have a situation where I need to clear a bulleted list that is within a grid view. What we are doing is this: The user updates their profile and instead of showing the “Successful message” above the grid, we are re-opening their specific record (putting
it in edit mode) and then showing them a message (which we are storing in session) letting them know their account updated successful or did not. We are also showing server side validation this way as well.
Issue: say they update their account successfully and they see that message… Say they go to a text field which is required and the required validator firs client side and says “This field is required”… well that works fine, but our message within the Bulleted
list saying that everything updated successfully is still showing which could cause confusion.
What would be the best way to fix this? This is also in a Grid, so I guess I would have to attach something maybe on Item_Data Bind e ...
Go to the complete details ...