 |

Take Control Of Web Control ClientID Values in ASP.NET 4.0 Each server-side Web control in an ASP.NET Web Forms application has an ID property that identifies the Web control and is name by which the Web control is accessed in the code-behind class. When rendered into HTML, the Web control turns its server-side ID value into a client-side id attribute. Ideally, there would be a one-to-one correspondence between the value of the server-side ID property and the generated client-side id, but in reality things aren't so simple. By default, the rendered client-side id is formed by taking the Web control's ID property and prefixed it with the ID
Displaying Multimedia Content In A Floating Window Using FancyBox While surfing the web you may have come across websites with images and other multimedia content that, when clicked, were displayed in a floating window that hovered above the web page. Perhaps it was a page that showed a series of thumbnail images of products for sale, where clicking on a thumbnail displayed the full sized image in a floating window, dimming out the web page behind it. Have you ever wondered how this was accomplished or whether you could add such functionality to your ASP.NET website?In years past, adding such rich client-side functionality to a website required a solid understanding of JavaScript and the "eccentricities" of various web browsers. Today, thanks to powerful JavaScript libraries like jQuery,
Improving CSS With .LESS Cascading Style Sheets, or CSS, is a syntax used to describe the look and feel of the elements in a web page. CSS allows a web developer to separate the document content - the HTML, text, and images - from the presentation of that content. Such separation makes the markup in a page easier to read, understand, and update; it can result in reduced bandwidth as the style information can be specified in a separate file and cached by the browser; and makes site-wide changes easier to apply. For a great example of the flexibility and power of CSS, check out CSS Zen Garden. This website has a single page with fixed markup, but allows web
Moonlight Feels Right for Mono 2.6 Moonlight 2.0 is a Silverlight 2.0-compatible framework that supports Zoom, Control Framework, Layout Framework, and other technologies.
Comparing the Performance of Visual Studio's Web Reference to a Custom Class As developers, we all make assumptions when programming. Perhaps the biggest assumption we make is that those libraries and tools that ship with the .NET Framework are the best way to accomplish a given task. For example, most developers assume that using ASP.NET's Membership system is the best way to manage user accounts in a website (rather than rolling your own user account store). Similarly, creating a Web Reference to communicate with a web service generates markup that auto-creates a proxy class, which handles the low-level details of invoking the web service, serializing parameters,

Microsoft Previews IE 9
Software giant makes ambitious pitch to developer community with platform preview of Internet Explorer 9, a browser it promises will enable a 'whole new class of applications.'
Google's Open Source Project-Hosting Milestone
Google Code celebrates five years of hosting open source code and APIs.
Open Source Developers Pick Android Over iPhone
More open source projects are moving to Android despite the iPhone's early lead, according to a new study.
Microsoft Offers Silverlight 4 Release Candidate
At MIX10 developer conference, Microsoft executives talk up new Silverlight 4 multimedia Web development platform for forthcoming Windows Phone 7 devices.
Google Hires XML Co-Creator in Android Push
Tim Bray joins Google to help with its Android mobile software effort just a month after he resigned from Oracle.

Caching Oracle Data for ASP.NET Applications
Narayan Veeramani shows how ASP.NET developers can improve application performance by caching data stored in an Oracle database and keeping the cached data in sync with the data in the Oracle database.
The Perfect Service - Part 1
The first article in this two-part series shows how to get Ambrose Little's .NET Service Manager running and then how to add plug-n-play services to it using drag-n-drop or XCOPY.
Advanced UI Design Using XML and XSL
Joe Slovinski explains how to use XML and XSL to create a Web-based folder tree. Using XML and XSL makes this tree low maintenance and when transformed on the client can reduce load on your server.
Using Open Source .NET Tools for Sophisticated Builds
Building an application can be more than pressing F5. With an increasing number of quality packages being released, developers for the .NET platform now have options to create a very sophisticated build process. Aaron Junod describes a sample build environment and shows how a number of tools can work together to make reliable, predictable, and value-added builds.
Tracing in .NET and Implementing Your Own Trace Listeners
Mansoor Ahmed Siddiqui explains debugging and tracing and shows how to create custom trace listeners to help ensure hassle-free development.
Mailing List
Want to receive email when the next article is published? Just Click Here to sign up.
Comments
Suggestions and comments can be sent to Webmaster. |