posted on 2005-01-20 at 21:59:57 by Joel Ross
According to Scott Densmore, Enterprise Library will be released on January 28th. He wants everyone to download it and give it a test drive. Then he asks us to join the workspace. I'm sure I will be trying it out. For those that don't know, Enterprise L…
more »
Categories: ASP.NET
posted on 2005-01-09 at 15:46:04 by Joel Ross
I was a little premature with my .Text modifications to get the www back into our URLs. I eventually reverted all code changes for that back to the original way it was done, and added the following line in the BlogConfigurationSettings section: <UseWW…
more »
Categories: ASP.NET
posted on 2005-01-08 at 00:42:18 by Joel Ross
I made my first modifications to the Tourney Logic blogs, which use the .Text blog engine. Both issues I addressed tonight have been bothering us for a while, so I went ahead and fixed them. The first had to do with the application name. It was coming ac…
more »
Categories: ASP.NET
posted on 2005-01-05 at 00:12:09 by Joel Ross
I recently had a need to have a custom validator that would validate even when the textbox was empty. My first solution was to use a custom validator in conjunction with a required field validator. That worked just fine. Until I found a situation where t…
more »
Categories: ASP.NET
posted on 2004-12-24 at 00:29:47 by Joel Ross
I've got almost 40 items marked to blog about, so I'm going to have to start combining them to get through them all! First, Ryan Farley has a post about setting focus to an ASP.NET control. In his comments, I said I'd rather see this as a server control…
more »
Categories: ASP.NET
posted on 2004-12-23 at 00:41:38 by Joel Ross
If you haven't been following Dave Burke's .Text modification series and are interested in how you can modify .Text, you really should check them out. First, he implements HTML emails from .Text. Then he lets you subscribe to comments on a blog post - a…
more »
Categories: ASP.NET
posted on 2004-12-21 at 01:14:03 by Joel Ross
Ryan Rinaldi has a warning for you about HttpHandlers, and using them to track file downloads. Basically, IIS loads the file in question into memory if ASP.NET is set to handle that file type. That means using HttpHandlers to serve up podcasts would be…
more »
Categories: ASP.NET
posted on 2004-12-15 at 00:18:19 by Joel Ross
Microsoft seems to actively be pushing features built into .NET 2.0 back into .NET 1.1. Rob Howard did it with his database cache invalidation solution. And now they are doing it with the Member Management Component Prototype (MMCP). Scott Mitchell has a…
more »
Categories: ASP.NET
posted on 2004-12-12 at 16:09:43 by Joel Ross
We are currently using forms authentication in my current project. The Tourney Pool Manager also uses forms authentication. Both go against a database to determine if the user is authenticated. It took me quite a while to figure it out on my own. T…
more »
Categories: ASP.NET
posted on 2004-12-12 at 13:47:54 by Joel Ross
One of the bloggers over at WWWCoder has a post about making the title of an ASP.NET web form dynamic. Basically, you make the title tag run at the server, then declare it as an HtmlGenericControl. Then you can set the InnerText on it, and it works. Whi…
more »
Categories: ASP.NET
<< 1 ... 3 4 5 6 7 8 9 10 11 12 13 >>