send otp and mail
protected void Page_Load(object sender, EventArgs e) { var appsurl = ConfigurationManager.AppSettings["APIPath"].ToString(); client.BaseAddress = new Uri(appsurl); if (!IsPostBack) { lblshowmessage.Visible = false; GetHeaderlogo(); GetMenuList(); #region Indexpage Username and Menu Show Page if (Session["UserName"] != null) { afterlogin.InnerText = Session["UserName"].ToString(...