I was working to add some Ajax interactivity to a page that needed some asynchronous workings. Unfortunately, after displaying a ModalPopupExtender and the user clicking…
Category: ASP.NET
I’m working on a website with lots of user controls interacting with one another using ASP.NET Ajax using events. So I end up needing to…
In ASP.NET, the DataList control renders as a table. Opening a new table in the header and trying to get rows to render just won’t…
I am continually humbled by the amount of stuff I don’t know in the areas where I generally feel good about my level of knowledge….…
I deployed a site today that has some code in the Global.asax event handlers. I let Visual Studio 2008 add the file to my project…
I have a web project (the original 2005 web project type, not a web application project) and had a problem getting files copied to the…
On a new server install, you can copy over the files for your web app and mysteriously get 404 errors. It’s a simple configuration in…
We had code in an ASP.NET page trying to call the Commerce Server Profiles web service that resides on the same physical box. The credentials…
We all spend lots of time delving into the technical aspects of our work, but don’t forget who we are creating all these wonderful apps…
This post in the ASP.Net forums has been the best method for me to make a single-sign on work across different sites in the same…