R
Rubble
Hello,
Ive been having issues with a control I built. I created a simple
user control that displays a grid. I added some functionality so that
when a user clicks on one of the items in a column, it deletes that
row. But the page just refreshes and the control sees a postback and
just remains the same...still displaying the row that was deleted. If
I hit refresh, the row disappears like intended.
How can I fix this so that it refreshes and removes the row on
clicking the delete button?
Thanks!
- B. Rubble -
Ive been having issues with a control I built. I created a simple
user control that displays a grid. I added some functionality so that
when a user clicks on one of the items in a column, it deletes that
row. But the page just refreshes and the control sees a postback and
just remains the same...still displaying the row that was deleted. If
I hit refresh, the row disappears like intended.
How can I fix this so that it refreshes and removes the row on
clicking the delete button?
Thanks!
- B. Rubble -