Quantcast
Channel: ASPSnippets RSS Feed
Browsing all 4764 articles
Browse latest View live

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 Article


Login 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 Article


Fileupload 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 Article

Create 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 Article

Implement 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 Article


Twitter 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 Article

Create 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 Article

LinkedIn 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 Article


How 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 Article


ASP.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 Article

ASP.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 Article

ASP.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 Article

Find 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 Article


Call 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 Article

Call (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 Article


ASP.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 Article

ASP.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 Article


Pass (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 Article

Import 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 Article

Bind 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
Browsing all 4764 articles
Browse latest View live