gridview delete confirmation
-
hi , is there any property in grid view which takes confirmation like "ARE YOU SURE" ....... please let me know how to do this...
-
hi , is there any property in grid view which takes confirmation like "ARE YOU SURE" ....... please let me know how to do this...
rajkumar.3 wrote:
is there any property in grid view which takes confirmation like "ARE YOU SURE"
Why you need property of gridview to display confirmation message? You can also display confirmation message on OnClientClick event of Button control. OnClientClick="return confirm('ARE YOU SURE......?');" Regards Imrankhan
please don't forget to vote on the post that helped you.
-
hi , is there any property in grid view which takes confirmation like "ARE YOU SURE" ....... please let me know how to do this...