ASP.NET Articles



You can make money from this site by posting original and quality articles that comply with Google AdSense policies.. Also, we offer several other reward programs including monthly profit sharing, cash rewards per post, contests & prizes etc to contributing members.

Submit Your Article

Articles

Exporting GridView to PDF

In this article I am going to explain how you could export gridview to a pdf file using iTextSharp.dll in a well aligned format. I would like to explain the concept by making use of a sample application.

Usage of Dropdownlist using ASP.NET Core MVC with Database

This article mainly for the persons if they are struggling to populate a dropdownlist with some items from database. Initially I faced a problem to populate dropdownlist in my view using MVC. Hence posting this article as a quick reference!

Partial Page in ASP.NET MVC

This article will give you the high level of understanding about the partial page and webgrid. I was working on a requirement where I need to show the user request based on their status (Approved, Pending, ect...) in different tables.

JsGrid - How to use jsGrid in ASP.NET MVC Application

In this article, I am going to explain how to use the jsGrid to display the data and some other tactics in very easy steps. I am building the application in ASP.NET MVC. The audience should have at-least basic knowledge of .net and ASP.Net MVC.

Working with 3Tier Application with Examples.

In this artical i'm trying to explain how to prepare 3 tier Architecture and how to use Different Layers to perform operation..? What is the use to prepare Layers...? 3-Tier architecture generally contains UI or Presentation Layer, Business Access Layer (BAL) or Business Logic Layer and Data Access Layer (DAL).

TemplateMonster Certification Center – Show up your web talents

Template Monster is one of the oldest providers of website templates. Template monster offers themes for business, blogs etc that are working with the popular CMS such as WordPress, OpenCart, Magento and others. Recently, they have started a free certification programme called TemplateMonster Certification Center. Read this article to know more about their Certification Center.

Optimizing ASP.NET Web application performance through Bundling and Minification Part-2

In the first article we had seen how Bundling helps us to minimize the number of HTTP requests sent from browser to improve ASP.NET web page performance. Now I am going to cover Minification Part which helps to reduce the size of requested resources to improve ASP.NET web page performance in terms of load time of CSS or JavaScript files(resources).

Explaining Web Transformations in ASP.Net

Here i would like to explain Web Transformations in ASP.net. A transform file is an XML file that specifies how the Web.config file should be changed when it is deployed. Transformation actions are specified by using XML attributes that are defined in the XML-Document-Transform namespace, which is mapped to the xdt prefix.

Capture and save images from Web camera using C# and ASP.NET

This C# code sample explains how to capture and save images or videos directly from your web camera. This web camera functionality is implemented using flash and C# and ASP.NET. Learn more about how to capture images from webcamera using .NET and save in to your computer.

How to create and consume webservice

In this article am going to explain how to create a webservice using visual studio 2010 and how to consume the created webservice with in the client application. There might be some other articles too, but I explained clearly step by step which will be use full for beginners to understand easily.

How to dynamically create Link Buttons for Custom Paging in DataGrid Control

In .Net when it comes to Gridview control we want to achieve a task like Custom paging with Linkbuttons . How we achieve it ? This Article will demonstrate to handle a custom paging in Gridview control using asp.net . In this article we can know how to dynamically create Link Buttons for Paging in Data List and how to write a delegate for the Linkbutton using asp.net.

Creating login page in asp.net mvc 4

In this article we are going to discuss how to create a sample login page using asp.net mvc 4 template. This will be useful for the beginners who are very new to mvc applications. We will see step by step procedure for creating the mvc 4 sample application in visual studio 2013.

How to change themes dynamically in asp.net

In this article we are going to learn how to change themes dynamically in asp.net at runtime using the dropdownlist. Based on the user selection of themes in dropdownlist that particular selected theme is applied.

Working with validation controls in asp.net

In this article we will see how can we apply validations on control. There are various ways for applying validations on a control using javascript, from code behind. But here we will see it through the inbuilt validation controls available in the visualstudio tool.

When to use ASP.NET Webforms and ASP.NET MVC

In this article I have explained, When to use ASP.NET Webforms and ASP.NET MVC. We know what is ASP.NET and what is ASP.NET MVC, but we are confused when to favor which technology

Filter overriding in ASP.NET MVC 5.0

In this article we are going to look at one of the new features of ASP.NET MVC 5.0: Overriding Filter. We will look at a simple example of how to override the global filter and apply it to the action methods in the HomeController class.

Forms Authentication in ASP.net MVC with sample Application

In my previous article I explain, what the disadvantages of Webforms are and what the advantages of using ASP.net MVC etc. In this article I'm moving further like security level. We all off us know that we have Authentication and Authorization concepts in ASP.net to verify the security level settings. In this article I'm going to explain FormAuthentication in ASP.net MVC.

Implementing View Model in ASP.net MVC

In this article I'm going to explain how to create ViewModel and how to pass ViewModel from Controller to View as a Strongly type view. In my previous posts I explained about ViewData and ViewBag in MVC which is not strongly typed because of it's object. But using ViewModel we can make it as strong type.

Show data in popup on image click from database

In this article we will discuss how we can get the data from sql database with single click on any image. It's quite interesting and I had great experience while making this app. On any image click we will get the information about image in modal popup.

Submit Your Article