(Mike McIntyre) This is part two of a three part article that demonstrates how to build an ASP.NET navigation system. In part one, web pages were added to a web site and then referenced in a ASP.NET 2.0 SiteMap file. In part two an ASP.NET 2.0 Menu control will be tied to the SiteMap file created in
Author: SSWUG Research
Using the Spring DataBinder to map Strings to objects
(Jeroen van Wilgenburg) The Spring DataBinder is not only useful to bind request parameters, you can also use the DataBinder on other parameters, like command line arguments, JSON objects coming from an Ajax request and query results from a database.
17 months and getting closer everyday… DB2 Version 7 EoS announcement
(Willie Favero) It’s official. As of today, Tuesday, February 6, 2007, the announcement has been made that DB2 Universal Database Server for OS/390 and z/OS Version 7® will go out of service on June 30, 2008. This is no longer a tentative date. This is a real date that isn’t going to move again. You
XForms tip: Using the incremental attribute to detect keystrokes
(Tyler Anderson) One of the slickest application genres are those that update data as you type. XForms does this with finesse! Controls have the ability to send events after each keystroke entered within them using the incremental attribute. That way controls that need to change their data based on
MySQL – Disrupting the database business
(Matt Asay) MySQL made two major announcements today. One reflects a fundamental change in the database industry. The second is intended to cement that change forever.
Post data to other Web pages with ASP.NET 2.0
(Tony Patton) Standard HTML forms allow you to post or send its data to another page or application via the method attribute of the form element. In ASP.NET 1.x, Web pages utilize the postback mechanism where the page’s data is submitted back to the page itself. ASP.NET 2.0 provides additional funct
Developing with Apache Derby — Hitting the trifecta: Java database development with Apache Derby, Part 2
(Robert J. Brunner) Get a thorough overview on how to issue a simple database query against an Apache Derby database and how to process the selected results. Doing so requires the introduction of three new JDBC classes: Statement, ResultSet, and ResultSetMetaData. Learn how to use these classes with
InfoPath and Yukon: The Details
(Alex Weinstein) In a recent post, I touched upon the reasons why you might want to go with SQL Server XML columns as the storage for your InfoPath forms. In this article, we’ll talk about actually making it work.
FIX: CPU utilization may approach 100 percent on a computer that is running SQL Server 2000 after you run the BACKUP DATABASE statement or the BACKUP LOG statement
Consider the following scenario. You start the SQL Server 2000 service. You execute the BACKUP DATABASE statement or the BACKUP LOG statement at least one time. In this scenario, CPU utilization may approach 100 percent. After approximately 15 minutes or less, CPU utilization decreases.
SQL 2005 Maintenance Wizard Part 1
(Don Schlichting) There are a number of database housekeeping tasks that should be done on a regular basis to insure SQL performance and data integrity are optimized. Backing up the database, reorganizing data and index files, compressing the data file, updating the index statistics, and performing
