Quantcast
Channel: ASPSnippets RSS Feed
Viewing all articles
Browse latest Browse all 4757

Bind (Populate) Repeater control with JSON object using jQuery AJAX in ASP.Net

$
0
0
Here Mudassar Ahmed Khan has explained with an example, how to bind (populate) Repeater control with JSON object using jQuery AJAX in ASP.Net using C# and VB.Net. Using jQuery AJAX and WebMethod, the records will be fetched from database into a Generic list of property class object which will be received as JSON object on Client Side and then that JSON object will be used to populate the ASP.Net Repeater on Client Side using jQuery.

Viewing all articles
Browse latest Browse all 4757

Trending Articles