i want to use an ajax confirm buttton extender. On researching online, i found that confirm button can be invoked only on click of a button. But my requreiment is that i am doing some calculations in vb.net code behind. Based on some condition, this should be invoked.
ex: dim intAmt as integer =0
if intAmt=0 then
show confirm dialog
else
do nothing
How can i achive this