Ejemplo n.º 1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     changeLinks();
     getCompanyName();
     if (!IsPostBack)
     {
         dropLocation.bindLocationDropdown(drpLocationName);//Bind location  into dropdown
         dropLocation.bindZipcodeDropdown(drpZipcode);
     }
 }
 protected void Page_Load(object sender, EventArgs e)
 {
     btnSend.Attributes.Add("onclick", "clcontent();");
     changeLinks();
     getCompanyName();
     if (!IsPostBack)
     {
         dropLocation.bindLocationDropdown(drpLocation);//Bind location  into dropdown
         dropLocation.bindZipcodeDropdown(drpZipcode);
     }
 }