October 2004 - Posts

ASP.NET FTP Deployment (AND+FTP) Support Email

My apologies to anyone trying to contact support at www.DotNetFTP.com. Without our awareness, the email for this address has been blocked for quite some time, and we're just now starting to process as many old support requests as we can find. I know we've lost some potential business, but I hope this has not adversely impacted anyone who has already purchased the ASP.NET FTP Deployment tool.
Posted by shark with 3 comment(s)

WebUIValidation.js / Framework Version Problem Solution

I just had one of my clients deploying some existing ASP.NET web applications to a few new servers. In the process, some of the client-side validation stopped working with the symptom of no post-back to the server when validation should have passed.

As it turns out, the Framework was recently installed on the new servers with all of the latest patches; however, when the applications were moved from the older servers, they also moved the files from "aspnet_client/system_web/1_1_4322" to the new servers. This apparently created a conflict with the WebUIValidation.js file that was downloaded to the client, and the JavaScript code generated for each page sent to the client browser.

Running "aspnet_regiis -c" installed the correct version of WebUIValidation.js (and other scripts) on the new servers, and all is well.

I hope this might be of help to someone chasing a similar problem.

Posted by shark with 4 comment(s)

Pivot Tables with ADO.NET and Display Horizontal Paged DataGrid

This is a new article I've added to ASPAlliance. It's been a while since I've written, but I'm happy to have some time to add some more articles that I've been sitting on.

"Pivot Tables with ADO.NET and Display in Horizontal Paged DataGrid".

 This article describes a simple method to pivot a DataTable producing rows for each column and a column for each row. The pivoted DataTable is then displayed in a DataGrid using horizontal paging to view a limited number of Columns in each page. This is a common display technique used to compare, for instance, product features, where the product names appear across the top of the DataGrid with the Features listed down the side.

http://aspalliance.com/538

 

Posted by shark with 3 comment(s)
More Posts