Auto complete text box in Salesforce

Auto completion of text box is an important feature to be added in many projects. Use the below codes in your project for auto completion of text box in Salesforce. Apex Class: Name: autoCompleteController global class autoCompleteController  {     @RemoteAction     global static SObject[] findSObjects(string obj, string qry, string addFields, string profilename)    … Continue reading Auto complete text box in Salesforce