Click here to Skip to main content
15,887,083 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have WCF service as follows
C#
 Public List<Student> GetResult(string inputString)
{

//Code goes here.
}


Now i would like to calll this service from UI using JQuery and want to bind the result as html Table.

Please help me.
Posted

1 solution

 
Share this answer
 
v2
Comments
Prasad Avunoori 11-Feb-14 4:24am    
Hi Snehasish,

Thanks for your suggestion.But, It's returning string[] my Service returns List<student>.
[no name] 11-Feb-14 4:35am    
Check the updated solution and let me know it's helpful or not..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900