One issue is with this:
public string[] autofiiltextbox(string prefixtext)
It should use prefixText, case sensitive. Also, I think that you have to specify a count parameter. So you signature would be:
public string[] autofiiltextbox(string prefixText, int count)