Community

How to Use ASP.NET WebForm for JSON or XML Response

(TheKarateKid) There are times when we need to pull the data out of database and use it for displaying/populating dropdown(s), custom tooltip(s), table(s) etc. Instead of creating ASMX/WCF Service with web.config file for endpoint configuration, we can use ASP.NET WebForm (.aspx) file to return the

Read More - Register for Free Membership