Hi every one,
I want to set confirm dialog box with javascript for deleting,
I put an asp.net button on form,and set it's OnClientClick property to
a client function,in this function i set an input type of hidden's value property to 1 if user click on ok,
and when I want to get it's value on server function for this button ,this value is
"" null, I would like to request you share your opinion about this...