Browse by Tags

All Tags » ASP.Net (RSS)

Walkthrough: Wizard control in ASP.Net by sreejukg

In this article I am going to explain about the ASP.Net Wizard control and how you can use it in your application. When there are large forms, the wizard control is a useful tool that helps the end user to fill the form quiet easily. When you have large...

New Request validation features in ASP.Net 4.5 by sreejukg

(This article is based on ASP.Net 4.5 developer preview, when the version is released there may be changes applied.) ASP.Net request validation is a feature that automatically protects ASP.Net applications from XSS attacks. Request validation in asp.net...

New HTML 5 input types in ASP.Net 4.5 Developer Preview by sreejukg

Microsoft has released developer previews for Visual Studio 2011 and .Net framework 4.5. There are lots of new features available in the developer preview. One of the most interested things for web developers is the support introduced for new HTML 5 form...

Developing SharePoint 2010 features using Visual Studio 2010 by sreejukg

Developers can extend SharePoint by creating new features. Using features developers can develop customizations and extensions that can be capable of automated deployment, management, un-installation and upgrading. SharePoint Feature allows developer...

Site Map Provider using custom business objects by sreejukg

Recently one of the project I was in a situation to build navigation for line of business data, the existing system available was fully designed as object oriented and it connects with some database other than SQL server. While thinking about showing...
Filed under: , , ,

WalkThrough: aspnet_regsql.exe in ASP.Net 4 by sreejukg

ASP.Net has the built-in support for Membership. Using this, you can securely store and validate user credentials. By using Membership along with Roles and Profiles you can build powerful applications. ASP.Net has a set of classes that allows you to access...
Filed under: , ,

Auto-Implemented properties in C# by sreejukg

When you write applications based on Object Oriented Programming concepts, you need to define lot of classes. When you define classes in C#, you need to define member variables and properties. Usually you define member variables as private and you will...
Filed under: , , ,

Create PDF document using iTextSharp in ASP.Net 4.0 and MemoryMappedFile by sreejukg

In this article I am going to demonstrate how ASP.Net developers can programmatically create PDF documents using iTextSharp. iTextSharp is a software component, that allows developers to programmatically create or manipulate PDF documents. Also this article...
Filed under: , ,

Include weather information in ASP.Net site from weather.com services by sreejukg

In this article, I am going to demonstrate how you can use the XMLOAP services (referred as XOAP from here onwards) provided by weather.com to display the weather information in your website. The XOAP services are available to be used for free of charge...
Filed under: , ,

Getting Started with Chart control in ASP.Net 4.0 by sreejukg

In this article I am going to demonstrate the Chart control available in ASP.Net 4 and Visual Studio 2010. Most of the web applications need to generate reports for business users. The business users are happy to view the results in a graphical format...
More Posts Next page »