Here in this blog I am going to show some advanced and common functionalities of Angular JS which can be used to web applications development.Before we start if you want to learn more basics of Angular JS, please visit Introduction to Angular JSAngular Services and making AJAX calls using Angular JS. In AngularJS, a service is a function, or object, that is available for, and limited to, your AngularJS application.ServicesAngularJS has about 30 built-in services. Here I’m going to exp...
Read More
Introduction:Telerik provides a ultimate toolbox for developers which includes Web UI Controls, Desktop UI Controls, Mobile UI Controls, VisualStudio Productivity Tools HTML5/JavaScript widgets, Data tools, Functional testing and Unit Testing. In this blog I am explaining about one of the WEB UI Control Toolkit i.e ASP.NET AJAX.ASP.NET AJAX development toolset supports ASP.NET 3.5 and later versions. It includes more than 70 highly optimized controls for rapid component-based UI development. Web...
Read More
Want to load the data dynamically as Facebook feeds?Need to populate the data when scrollbar comes down to page/panel?In Facebook, we use to see the post feeds would load dynamically when you scroll to bottom of the page. I did attempt the same to achieve it in ASP.NET and finally end up with a very basic example with the help of JQuery Ajax. In this blog, we can discuss on this how to implement it in ASP.Net with the help of JQuery in step by step procedure way. To achieve this in ASP...
Read More