1
Reply

how can show server side confirmation popup on button click.

surendra Dubey

surendra Dubey

16y
4.4k
0
Reply

    Add "onclick" event to the button on page_Load

    buttonX.Attributes.Add("onclick","fnButtonClick()");