-
Creating Simple App Using Ionic Framework
Introduction: Ionic framework is a simple, beautiful and structured Software Development Kit by using this we can create mobile apps. We can create both Android and iOS apps using ionic framework. You will find many docs and example for creating the apps using Ionic framework. Creating the Setup Environment: Follow the below steps to create…
-
How to build a client side Repeater Using jQuery and ASP.NET AJAX
jTemplate is a template engine plug-in for jQuery and is commonly used to display tabular data by binding objects to the template. Before using jTemplate, we must know how to use the jTemplate syntax. The following tags are supported in jTemplate and you can see an example here · if..elseif..else../if · foreach..else../for · for..else../for · continue, break jTemplates also supports “for”…
-
Populate data as Facebook feeds in ASP.NET
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…
-
How to use JQuery with Visual Studio .Net
What does JQuery mean? It is simply a light weight javascript library through which we can perform actions like “DOM Elements” selection, Event handling, Animation effects, Ajax calls etc with minimal code. In short we can say ” write less,do more” with JQuery. Why should we use JQuery? Makes it easy to use javascript with…