Browse by Tags

All Tags » ASP.NET (RSS)

ASP.NET Session Expiration Redirect by schnieds

Unfortunately ASP.NET doesn't provide a nice out of the box solution for handling the session timeout gracefully. Everything expires behind the scenes and your user is left unaware of what has happened. Additional problems can arise if the user abandoned...
Filed under:

How To Register An ASP.NET Custom Control by schnieds

Here is a quick post on how to register a custom ASP.NET control at the Page level or the Web.Config level. This works for standard sites as well as pre-compiled sites. http://www.schnieds.com/2009/04/how-to-register-aspnet-custom-control.html -Aaron...
Filed under:

Setting Up IIS7 In Vista For ASP.NET / WCF Development Purposes by schnieds

I recently needed to setup IIS in Vista (again) to support my ASP.NET & WCF development purposes. Since there are a few different things to remember when setting up IIS in Vista to support development purposes (ASP.NET, WCF, Windows Authentication...
Filed under: , ,

ASP.NET Locale (State/Province, Country) LINQ User Control by schnieds

I just published my "Locale LINQ" user control... Here are the basic features: - Displays the corresponding States/Provinces based on the selected Country - Includes a pretty exhaustive list of Countries & their associated States/Provinces - Allows...
Filed under: ,

CSS Lost on PostBack in ASP.NET by schnieds

Have you ever been working on an ASP.NET application and lost all of your CSS on PostBack? I figured out a pretty common bug that you can easily & accidentally introduce into your application. Read the full post below: http://www.schnieds.com/2008...
Filed under:

ASP.NET Google Charts Controls by schnieds

You may not have realized this, but Google released a pretty awesome charting API that allows any joe schmoe to put some very nice charts on their website with very little effort. Check it out here: http://code.google.com/apis/chart/ When I saw the Google...
Filed under:

AjaxControlToolkit AutoCompleteExtender Bug in an UpdatePanel by schnieds

While working with the AutoCompleteExtender in the AjaxControlToolkit I ran across a bug where if the control happens to reside in an UpdatePanel, the AutoComplete trigger wouldn't get called after a PostBack is triggered in the UpdatePanel. I found the...

Improving UpdatePanel Performance with Trace=”true” by schnieds

Yes, yes, I know that UpdatePanels aren’t elegant AJAX implementations. I know that some consider them cheating and worthless. But I also know that they are easy to use and they work darn well, so I will continue to use them for a lot of applications...
Filed under: ,

ASP.NET PayPal Website Standard Implementation by schnieds

PayPal's Website Payments Standard is an awesome way for businesses to accept credit card payments with minimal integration & no need to worry about credit card security and PCI compliance. Plus, if you offer a SaaS (Software As A Service) as we do...
Filed under:

IIS Web Deployment Tool by schnieds

The IIS team has just released a technical preview of an AWESOME new tool that will help keep websites on different servers in sync and also help with the migration to IIS. Here is a quote from their blog post: The goal of the tool is to help you keep...
Filed under: ,
More Posts