is it possible something like this
TextBox1_AutoCompleteExtender.ServiceMethod = "Getlist(" + TextBox1.Text + "," + TextBox1.Text .Length+ ",size_master,size_id,size_name)";
means I want to pass multiple parameter to service.
I saw on internet most post has same copy paste solutions the it suggests to pass argument on key up
my question is if i use set context key then how search parameter will be passed.