I know you use the button1.Attributes.Add("onclick", "myfunc();") to add client side script from asp.net code.
But my button happens to be a delete button and it seems that if it returns a boolean value it won't fire any more functions after that.
I want to clear the screen and load a grid (which are both fired from javascript), after I delete a record.
It won't fire any other functions after returning a delete confirmation.
Thanks
But my button happens to be a delete button and it seems that if it returns a boolean value it won't fire any more functions after that.
I want to clear the screen and load a grid (which are both fired from javascript), after I delete a record.
It won't fire any other functions after returning a delete confirmation.
Thanks