Click here to Skip to main content
16,019,132 members

Comments by romiltonfdo (Top 2 by date)

romiltonfdo 8-Feb-16 2:28am View    
Hi KVPalem, I got the same issue. But i can't solve that. Can you help me to solve this issues. "The execution of an InstancePersistenceCommand was interrupted because the instance '177ada5d-d5cb-419c-b6f1-342584f04c8f' is locked by a different instance owner. This error usually occurs because a different host has the instance loaded. The instance owner ID of the owner or host with a lock on the instance is '283b92ff-8e8a-4aba-a90b-31ef6d0e255e'".
romiltonfdo 9-Aug-12 0:44am View    
ScriptManager.RegisterStartupScript(this,this.GetType(), "Message","confirm('Number of rows ');", true);

Am using the above code.Its working fine. But i have one doubt suppose i ll select ok means do some thing and cancel means do something. How can i check whether the click is ok or cancel in code behind...