Login with Google Plus Account API in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to login with Google Plus Account in ASP.Net Website using C# and VB.Net using the free ASPSnippets.GoogleAPI. ASPSnippets.GoogleAPI provides...
View ArticleLogin with Gmail Account API in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to login with Gmail Account in ASP.Net Website using C# and VB.Net using the free ASPSnippets.GoogleAPI. ASPSnippets.GoogleAPI provides...
View ArticleFileupload validation using Model Data Annotations in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to perform Client Side validation of HTML Fileupload element (<input type = “file” />) using Data Annotations in Model class and jQuery...
View ArticleCreate Fileupload (<input type = “file” />) using Html...
Here Mudassar Ahmed Khan has explained with an example, how to create HTML Fileupload element (<input type = “file” />) using Html Helper and Model in ASP.Net MVC Razor. By default, there is no...
View ArticleImplement jQuery Accordion from database in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to implement jQuery Accordion from database in ASP.Net MVC Razor.
View ArticleTwitter Authentication MVC: Login with Twitter account in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to integrate and implement Twitter Authentication in ASP.Net MVC Razor i.e. Login with Twitter account in ASP.Net MVC Razor. The Twitter...
View ArticleCreate LinkedIn App and LinkedIn Client ID ( AppID ) and Client Secret Key
Here Mudassar Ahmed Khan has explained a short tutorial, how to create and configure LinkedIn App and get the LinkedIn Client ID ( AppID ) and Client Secret Key to use it in your Web Applications for...
View ArticleLinkedIn Authentication MVC: Login with LinkedIn account in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to integrate and implement LinkedIn Authentication in ASP.Net MVC Razor i.e. Login with LinkedIn account in ASP.Net MVC Razor. The LinkedIn...
View ArticleHow to get Client IP Address of Visitors Machine in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to get Client IP Address of Visitor’s Machine in ASP.Net MVC Razor. This article will explain how to get IP Address of Visitors (Client)...
View ArticleASP.Net: Why IP Address always comes ::1 or 127.0.0.1?
Here Mudassar Ahmed Khan has explained with an example, why IP Address always comes ::1 or 127.0.0.1 when trying to fetch the IP Address using HTTP_X_FORWARDED_FOR and REMOTE_ADDR server variables in...
View ArticleASP.Net: Request.ServerVariables HTTP_X_FORWARDED_FOR is NULL
Here Mudassar Ahmed Khan has explained with an example, why the Request.ServerVariables HTTP_X_FORWARDED_FOR is NULL when it is used to fetch the IP Address in ASP.Net using C# and VB.Net.
View ArticleASP.Net: Request.ServerVariables REMOTE_ADDR returns ::1
Here Mudassar Ahmed Khan has explained with an example, why the Request.ServerVariables REMOTE_ADDR returns ::1 when it is used to fetch the IP Address in ASP.Net using C# and VB.Net.
View ArticleFind Visitors Geographic Location (GeoLocation) using IP Address in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to get the visitor’s Geographic Location (GeoLocation) details like Country, City, Region, Zip Code, Latitude, Longitude and Time zone using...
View ArticleCall WebService (ASMX) using AngularJS, AJAX and JSON in ASP.Net using C# and...
Here Mudassar Ahmed Khan has explained with an example, how to call WebService (ASMX) using AngularJS, AJAX and JSON in ASP.Net using C# and VB.Net.
View ArticleCall (Consume) Web Service (ASMX) in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) Web Service (ASMX) in ASP.Net MVC Razor. This article will illustrate how to call (consume) Web Service (ASMX) in ASP.Net...
View ArticleASP.Net MVC Ajax.BeginForm: Submit Form without Page Refresh in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to submit Form without Page Refresh using the Ajax.BeginForm extension method in ASP.Net MVC Razor. The Ajax.BeginForm extension method is...
View ArticleASP.Net MVC Ajax.BeginForm: Show Loading (Progress) GIF Image on Form Submit...
Here Mudassar Ahmed Khan has explained with an example, how to show (display) Loading (Progress) GIF Image when the Form Submitted (Posted) using the Ajax.BeginForm extension method in ASP.Net MVC...
View ArticlePass (Send) data from View to Controller using AJAX in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to pass (send) data from View to Controller using AJAX in ASP.Net MVC Razor. The Ajax.BeginForm extension method is used to make AJAX calls...
View ArticleImport data from Excel file to SQL Server in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to import (insert) data from Excel file into SQL Server database table using SqlBulkCopy in ASP.Net MVC Razor. The uploaded Excel file data...
View ArticleBind JSON data to HTML Table using jQuery
Here Mudassar Ahmed Khan has explained with an example, how to bind JSON data to HTML Table using jQuery. The HTML Table will be dynamically created by looping through the JSON array elements on Button...
View Article