I am wondering if there is a way to bypass the ashx file altogether? I cannot seem to get rid of this file without causing major errors even though I am not using it really. I am assuming that it is primarily using the GetValidateOption() function from that file since Everything else I am doing is through the controller.
Thanks