HI,
I want to Display Confirm box after certain condition using c# code.
is there any tool avaolable for that. and also,
while using Javascript alert the page getting blank.
if (!Page.IsClientScriptBlockRegistered("mytest"))
Page.RegisterClientScriptBlock("myrest", "<script> window.alert('Hello')</script>");