By using this code after save records on database refresh page again then duplicate data not store on database means its prevent duplicate entry by refresh page

its redirect to another page with alert message

ScriptManager.RegisterStartupScript(this, this.GetType(), "alert", "alert('Record Save Successfully.');window.location ='FMS_File_Entry.aspx';", true);