protected void Page_Load(object sender, EventArgs e) { Functions.Functions heartdoctors = new Functions.Functions(); heartdoctors.RetriveDoctors(PediaDoctors, "قسم الأطفال"); }
protected void Page_Load(object sender, EventArgs e) { Functions.Functions heartdoctors = new Functions.Functions(); heartdoctors.RetriveDoctors(OrthoDoctors, "قسم العظام"); }
protected void Page_Load(object sender, EventArgs e) { Functions.Functions heartdoctors = new Functions.Functions(); heartdoctors.RetriveDoctors(heartDoctors, "قسم القلب"); Session["userId"] = Session["userId"]; }
protected void Page_Load(object sender, EventArgs e) { Functions.Functions heartdoctors = new Functions.Functions(); heartdoctors.RetriveDoctors(OtherDoctors, "أقسام اخرى"); }
protected void Page_Load(object sender, EventArgs e) { Functions.Functions heartdoctors = new Functions.Functions(); heartdoctors.RetriveDoctors(Nursing, "قسم التمريض المنزلي"); }