Hi mvadukul,
I have checked your code and its looks that when you click on NewUser or CreateUser Button the modal gets closed its because when you click the button the page gets postbacked and model doesnt remain open if you dont want to get the modal closed then you need to write the below code on both button click
ScriptManager.RegisterStartupScript(this, this.GetType(), "Pop", "Details();", true);