Hello everybody,
I have two buttons(images) "Save" and "Delete" in my aspx file. On the click of "Save" and "Delete" form should be submitted and related operations should be performed. "Save" is working fine. But when I write code for "Delete", how do I know whether form is submitted by clicking "Save" or "Delete".
Thanks


Reply With Quote
