S
Steve
Asp.NET 2.0
For a button control I have set the following:
OnClientClick="return confirm('Are you sure you want to do this?');"
Of course the 'OK' and 'Cancel' buttons come up for the user.
However I am developing this page in another language and I don't want
it to say 'OK' or 'Cancel', I want to be able to specify the text for
each button. Any ideas?
For a button control I have set the following:
OnClientClick="return confirm('Are you sure you want to do this?');"
Of course the 'OK' and 'Cancel' buttons come up for the user.
However I am developing this page in another language and I don't want
it to say 'OK' or 'Cancel', I want to be able to specify the text for
each button. Any ideas?