if(type=="xxxx") { confirmbox(" "); if(confirmvalue=="yes") { next condition } else { exit ; } } like this i want check different properies of file.. i tried this.Page.ClientScript.RegisterStartupScript(this.GetType(), "alert", "alert('You clicked YES!')", true);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)