IT is currently one of the most rapidly developing fields in the world and more people are aspiring to enter this industry as a result. This has made it a very competitive space and the employers always looking to hire the most experienced individuals. So, this means that if you want to find your place in IT, you will have to develop your expertise by gaining new knowledge and skills. There are a lot of ways to do that but one of the top methods is to obtain a certification. You can turn to a huge number of companies that provide the credentials for the IT specialists but one of the best has to Amazon AWS Certification Practice Test Questions.
(more…)
BlueImp jQuery File Upload Plugin is one of the top favorites of GitHub and can be downloaded from this link. In this tutorial I will implement BlueImp jQuery File Upload plugin in an ASP.NET Core Application. It will have the following features:
(more…)
There is no need to use OnRowEditing & OnRowUpdating events of GridView when updating records from it as it can be easily done using jQuery. In this tutorial I will teach you how to use jQuery to do the update of records from inside the GridView itself so that there is No Page Postback.
(more…)
JavaScript is a powerful programming language and I will now Call Web API from it. To be precise, I will use XMLHttpRequest (XHR) object to call the web api from JavaScript. I already have created my Web API built in ASP.NET Core, it is in RESTful pattern and has all the CRUD operations like providing flight reservations data to clients in JSON, searching the reservations with their ids, updating and deleting reservations and so on.
This tutorial is a part of the ASP.NET Core API series which contains 5 tutorials to master this area:
Portable Object files also known commonly as PO files are text based files containing the entry holding the relation between an original untranslated string and its corresponding translation. They are a substitute for resource files to perform localization of a website built in asp.net core.
(more…)
Page Contents
Page Contents
The GridView by default shows the data from ‘top to bottom’. If you want to show the data from left to right then you can use JavaScript to do this work. Here in this tutorial I will use JavaScript to swap the GridView’s Rows and Columns to bring 2 changes:
(more…)
When working with GridView in ASP.NET Web Forms, there are requirements to show the sum of all the columns in the footer of the GridView. Well, let me tell you don’t write lengthy C# codes in .aspx.cs for these simple things, instead you can achieve this by using only a few lines of jQuery.
(more…)