--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
[HttpGet]
public async Task<IHttpActionResult> Get(string inputText)
{
return await Task<IHttpActionResult>.Factory.StartNew(() =>
{
return GetAutocompleteByParam(inputText);
});
}
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<Capture.PNG>
Yes, I know it is for browser just gave the example that this kind of code it can be implemented at ther server side for the client/server application.
I have no other idea to implement it.
Thanks,
Bhavin
You received this message because you are subscribed to a topic in the Google Groups "Elite Techie Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elite-techie-group/akJOB87LijM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elite-techie-gr...@googlegroups.com.
Jsonp protocol...for attaching callback function with each request
Ofcourse....before binding..there will be check...Whether request Test is same as element value...