Articles
|
It is the IIS registration tool that is used to register the ASP.Net with IIS. This article will helps us understand the usage of the tool and configuring side by side execution.
Posted on 6/12/2008 @ 7:40 AM
By Satheesh Babu B
in ASP.Net
|
ASP.Net 2.0 provides a simple way to map a long URL to a short URL through Web.Config settings. This article will help you understand this feature with a simple example.
Posted on 6/8/2008 @ 9:21 AM
By Satheesh Babu B
in ASP.Net
|
RSS feed is an xml formatted document that gives the capability to the users to read frequently updated contents on our websites without visiting our site. This article will help us consuming the RSS feed in asp.net.
Posted on 6/7/2008 @ 2:11 AM
By Satheesh Babu B
in ASP.Net
|
Authentication and authorization is one of the most important modules when we develop any asp.net applications. LoginView control will be very much useful when we use roles with forms authentication. With LoginView controls we can show or hide controls based on the user’s authenticated status.
Posted on 6/4/2008 @ 8:35 AM
By Satheesh Babu B
in ASP.Net
|
There are some frequent queries that are being asked in most of the forums and UG’s regarding datagrid. I have compiled a list of useful tips from my previous posts and posted it here.
Posted on 4/29/2008 @ 9:47 AM
By Satheesh Babu B
in ASP.Net
|
HttpContext object holds information about the current http request. In detail, HttpContext object will be constructed newly for every request given to an ASP.Net application. Also, this object can be very well used in our application to solve some of problems which I will discuss in this article.
Posted on 4/28/2008 @ 6:35 AM
By Satheesh Babu B
in ASP.Net
|
This article have 2 parts. Part 1 will give you an introduction about all the datasource controls and it explains how to use SqlDatasource controls in ASP.Net 2.0. Part 2 of this article deals with the ObjectDataSource and XMLDataSource controls.
Posted on 4/27/2008 @ 8:56 AM
By Satheesh Babu B
in ASP.Net
|
MembershipProvider automatically encrypts most of the sensitive information such as password, secret-question-password.
Posted on 4/25/2008 @ 8:47 PM
By Rakki Muthukumar
in ASP.Net
|
If you want to use ActiveDirectoryMembershipProvider on your website to manage users specially the password reset functionality, you will also need to create few attributes in the active directory schema for the USER object.
Posted on 4/23/2008 @ 10:16 AM
By Rakki Muthukumar
in ASP.Net
|
GridView is one of the most commonly used controls in ASP.Net applications. There are large numbers of tasks that can be done through gridview control. This article will help us to achieve some of the handy things that can done with Gridview control.
Posted on 4/21/2008 @ 7:21 AM
By Satheesh Babu B
in ASP.Net
|
|