News

Internet - .Net user group technical events, emerging .Net technologies;
General - Eco-travel, health and fitness, current events;
Community - Active volunteer with Hands On Miami, Non-Profit Ways;
.Net Framework - Detected 3.5 SP1 .NET Framework. No update needed ;
creative zen converter

Tweets












September 2006 Entries


Customizing the Look and Feel

A style sheet (.CSS cascading style sheet) defining the basic stylistic aspects of a design them, such as the fonts, colors, and table styles. There are two ways to change a design theme’s look and feel: Modify the class definitions within the style sheet. This is the easiest way to modify a design theme and works best when you want to make global cosmetic changes. Modify the design theme’s look and feel by changing the HTML within the various panel files themselves. This works best for very specific...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

SQL Statement Generation

Specifies where and how to generate your application’s SQL. Option Inline: Build the application using inline SQL statements. The SQL is placed in the Data Access Layer’s generated code. Inline SQL generation, also called “dynamic SQL” is frequently used when your application must connect to a database that does not support stored procedures. Option Stored procedures: (Enterprise Edition feature.) Build the application’s SQL in database-stored procedures. The stored procedures are automatically loaded...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati