My tinkering with ASP.NET got me to wondering if you can do named parameters directly in SQL from within classic ASP/ADO. I can't seem to get it to work, it seems to ...
I had written a classic ASP event calendar and I wanted to convert to ASP.NET. I rewrote it as a C# class, and eventually I'll rewrite it as a control. Right now, it works the same as the old one.