Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » Controls and Components   (RSS)
The Control Gallery at ASP.NET still exists, it's just not on the menu anymore. It has been moved to the Resources Page , along with Hosts, Community Sites and Case Studies. VWDE, Starter Kits and The Sandbox are on the Downloads page. Alex Lowe has a Read More...
I couldn't find a quick example when I was looking for one, so here's mine. First, create your stored procedure with an output parameter: CREATE PROCEDURE [dbo].[MySproc] (@MyParameter varchar(50) OUTPUT) Then, add an output parameter to your database Read More...
My latest ASP Alliance article has been published: ASP.NET 2.0 brought about a number of improvements in the way configuration settings are stored and accessed. Several new configuration sections have been added to the web.config schema, settings can Read More...
Another little gallery app I used recently is ThumbGallery from FlashRelief . It's $20, but that's really cheap considering how nice this gallery is. You don't need Flash at all--they provide you with a pre-compiled Flash control which you embed into Read More...
nGallery was a great application on its own, but Community Server is just far too much overhead when all you need is a simple gallery app. Even though it haven't been updated in a while, nGallery is still one of the better gallery apps out there. After Read More...
I found a free news scroller at http://www.rainforestnet.com/newscroller.htm . It's easy to add to a page, easy to configure, and free. There are actually two scrollers--one is a basic scroller which will continually flow a single message, and one which Read More...