artduane

Stories submitted by friends of artduane

Retrieve sproc parameters with SqlCommandBuilder.DeriveParameters Meth(aspadvice.com)

submitted by rimsystemsrimsystems(6119) 5 years, 6 months ago

Stop hard coding your stored procedure paramters. Here's how to dynamically retrieve the parameters for any stored procedure using SqlCommandBuilder.DeriveParameters. read more...

add a comment |category: |Views: 87

tags: another

PHP and the FastCGI Module for IIS 7.0(weblogs.asp.net)

submitted by rimsystemsrimsystems(6119) 5 years, 6 months ago

We've been working closely with Zend this past fall on improving PHP support on top of IIS, and with this new module PHP developers will be able to get dramatically better performance, scalability and reliability when running on Windows (sometimes as much as 25x faster than the old PHP CGI module for IIS). read more...

add a comment |category: |Views: 10

tags: another

AJAX Animations with the ASP.NET AJAX Toolkit(blogs.msdn.com)

submitted by rimsystemsrimsystems(6119) 5 years, 6 months ago

A quick demo of the new ASP.NET Ajax animation capabilities. read more...

add a comment |category: |Views: 4

tags: another

ASP.NET CSS Control Adapters Beta 3 Released(asp.net)

submitted by rimsystemsrimsystems(6119) 5 years, 6 months ago

Microsoft releases beta 3 of their ASP.NET CSS Control Adapters. The adapters change the ASP.NET server controls (GridView, Menu, etc) to render standards-compliant markup. read more...

add a comment |category: |Views: 6

tags: another

MenuPilot: Open source context menu(blog.menupilot.org)

submitted by rimsystemsrimsystems(6119) 5 years, 7 months ago

First version of MenuPilot - DHTML context menu with VS2005 Action Lists/Smart Tags has been just released. read more...

add a comment |category: |Views: 30

tags: another

Select All Checkboxes While Paging in Gridview(aspadvice.com)

submitted by rimsystemsrimsystems(6119) 5 years, 7 months ago

This question has been around for pretty long time. The scenario is simple. You have a GridView control which has paging enabled and you also have a checkbox column in the GridView which allows the user to select items or all the items using the "ChkAll" checkbox in the header of the GridView. read more...

add a comment |category: |Views: 496

tags: another

ASP.NET AJAX Beta 1 Released(weblogs.asp.net)

submitted by rimsystemsrimsystems(6119) 5 years, 7 months ago

Microsoft releases the latest version of their AJAX library, ASP.NET AJAX Beta 1. Lots of changes: name changes, smaller file sizes, refactored javascript files and much more. Includes Safari support! read more...

add a comment |category: |Views: 0

tags: another

How to Bloody Your Forehead(weblogs.asp.net)

submitted by bradygasterbradygaster(4897) 5 years, 8 months ago

A lengthly description, with screenshots, of a well-known bug in the ObjectDataSource/DataTableAdapter designer paradigm with an open challenge to Microsoft to repair it. read more...

add a comment |category: |Views: 12

tags: another

Updated coComment support for Community Server 2.1(thomasfreudenberg.com)

submitted by thoemmithoemmi(340) 5 years, 8 months ago

The guys at coComment updated their scripts yesterday. Thomas posted the code required for Community Server 2.1. read more...

add a comment |category: |Views: 0

tags: another

The Akismet Spam Rule included in Alabaster(thomasfreudenberg.com)

submitted by thoemmithoemmi(340) 5 years, 8 months ago

Thomas Freudenberg describes his implementation of a Akismet spam rule for Community Server read more...

add a comment |category: |Views: 0

tags: another

Mixing C# and VB.NET in one assembly(thomasfreudenberg.com)

submitted by thoemmithoemmi(340) 5 years, 8 months ago

How to mix C# and VB.NET in one assembly read more...

add a comment |category: |Views: 74

tags: another