LatitudeLogitudeをチェックするときに有効なアドレスを入力してくださいページにアラートを表示するためにJavascriptを使用しています
ScriptManager.RegisterStartupScript(this, this.GetType(), "Redit", "alert('Please first fill all address details.'); window.location='" + Request.ApplicationPath + "Home.aspx';", true);
このアラートが[OK]をクリックすると表示される場合、ページはポストバックであり、他のすべてのTesxboxを空にします