Thursday, 7 February 2013

Confirmation message in C#(Server side)

Sample for


ScriptManager.RegisterStartupScript(thistypeof(string), "Message""if(confirm('Source Code is already Existing.Do you want Overwrite?')){location.replace('default.aspx?" + param +"');}else{location.replace('CampaignTrack.aspx');}"true);
I redirected to another page with user input values as parameter values and did remaining process there.


No comments:

Post a Comment

If any doubt?then please comment in my post

How to reduce angular CLI build time

 Index: ----- I am using angular cli - 7 and I am going to tell how to reduce the build time as per my knowledge. Problem: -------- Now the ...