help.net


Musing on .Net

News





hit counters




Open source CMS


Technorati

My blog

Irish blogs

Locations of visitors to this page Get Chitika eMiniMalls

.Net useful

Blogs I read

PocketPC

SQL

Usability

Browse by Tags

All Tags » ASp net (RSS)
What are the hidden features of Asp.Net?
There are always features that would be useful in fringe scenarios, but for that very reason most people don't know them. What are the ones that you know? Summary of Answers: Here's a list based on the answers put in by everyone so far: Use of HttpContext...
Posted: Sep 22 2008, 03:17 PM by help.net | with 1 comment(s)
Filed under:
Setting Server Control Properties Based on Target Browser
You can set a different value for a property for IE than for Firefox - and for anything else. I didn't try all properties, but I did try many that would matter, such as Text and OnClientClick etc, and they do work. Take a look at the following markup...
Posted: Sep 22 2008, 02:15 PM by help.net | with 1 comment(s)
Filed under:
Taking an ASP.NET Site Offline with a Message
This was another one that I was literally beside myself that I didn't know this one before. A fellow business partner of mine named James Sutton mentioned this one to me. This one's been around since ASP.NET 2.0 as well. If you have an ASP.NET web application...
Posted: Sep 22 2008, 02:14 PM by help.net | with no comments
Filed under:
New Image Generator control in ASP.Net 3.5
Storing images in database BLOB field and displaying it on aspx page is one of the common tasks we do in asp.net projects. Asp.Net itself does not have an in build control to bind the image stored in database. To display an image stored in database, we...
Posted: Sep 09 2008, 10:59 PM by help.net | with no comments
Filed under:
Webcast - The Net Coffee Break Show
Starting this month, Developers.ie invite all of his members to attend to a regular webcast. We think that a coffee break is the right time to attend a short talk on various subjects, starting with Silverlight this month. Our speaker in June is Martha...
Add Custom Configuration Sections into a Separate web.config
Adding custom configuration sections lets you leverage built-in .NET configuration mechanism to employ strong-type objects to access the configuration content without taking care of manipulation of XML 1, 2 . This article introduces a tip about how to...
Posted: May 11 2008, 12:17 AM by help.net | with no comments
Filed under:
Improve Web Application Performance
Adnan Aman shows some tricks and tips to improve the performance of web applications. Introduction In the IT world, software applications are being rapidly developed. Clients, and so employers, are just looking for those teams/individuals who can build...
Posted: May 11 2008, 12:12 AM by help.net | with no comments
Filed under:
Role Based Forms Authentication
Using Role based forms authentication, we can restrict users of the site to accessing certain resource if they are not part of a particular role. In this article, Satheesh demonstrates how to build sites with this type of authentication. He provides a...
Posted: Apr 12 2008, 04:03 PM by help.net | with no comments
Filed under:
Implementing a Session Timeout Page
In this article, Steve walks through the steps required to implement a Session Logged Out page that users are automatically sent to in their browser when their ASP.NET session expires. He examines each step with the help of detailed explanation supported...
Posted: Apr 12 2008, 04:01 PM by help.net | with no comments
Filed under:
Adding Filter Action to FileUpload Control
In this article, Soyuj explains the logic to implement the ASP.NET 2.0 FileUpload Control for adding the ability to filter files. After a brief introduction, he discusses both the client and server side approaches with the help of source code. At the...
Posted: Apr 12 2008, 04:00 PM by help.net | with no comments
Filed under:
More Posts