//Methods for page: //Search Name in text box Display Ascending public void fill_display_ascending(string pName) { SetMethods.EnterText(txtsearch, pName); SetMethods.Selectddl(ddlnamesort, "Sort A-Z"); SetMethods.Click(imgsearch); }