How to send two parameter to web methods using AutoCompleteExtender
where i want to pass two paramters to select query
select distinct [ContractNumber] from xxxx where company=@company and ContractNumber=@ContractNumber
@company take data from the textbox