Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello,

How to bind Repeater in WebMethod?
Posted

1 solution

You cannot, because controls are not accessible inside the WebMethods. Moreover, WebMethods are meant to take some parameter and return some value after some processing.

You should rather build a client side table or something. Refer - Use jQuery and ASP.NET AJAX to build a client side Repeater[^].
 
Share this answer
 
Comments
VICK 18-May-15 5:43am    
agreed. My 5.
Thanks VICK. :)

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