Hello All
While deleting record I am showing confirm popup box. it has a message 'Do you really want to delete this record'
and two buttons ok and Cancel. I want to change these buttons to Yes and No respectivly.
i am using following code.
EventDeleteJavaScript="if (confirm('Do you really want to delete this record')) dpc1.eventDeleteCallBack(e);"
so please tell me how to do that?
Thanks in advance
Harshad