Browse by Tags
All Tags »
ASp net (
RSS)
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
More Posts