DB driven Molonic menu

November 18, 2009

I’ve had a few emails this week about a post I made about 3 years ago, driving a DHTML menu from a database.

You can get the demo here

ASP.NET type validator

September 28, 2009

I had no idea you can use a compare validator to compare a control against a system type.

This example ensures the use types in a number…

<asp:CompareValidator runat="server" ID="valID" Text="*"
ErrorMessage="ID must be an integer" ControlToValidate="txtID"
Type="Integer" Operator="DataTypeCheck" Display="Dynamic">
</
asp:CompareValidator>

Currently reading

August 3, 2009

LINQ in ActionMicrosoft&#174; .NET: Architecting Applications for the Enterprise (PRO-Developer)517r9jiTNcL._SL210_.jpg

del.icio.us Tags: ,,,,