|
|
Browse by Tags
All Tags » ASP.NET 2.0
-
Scott Michelle has an amazing series on building Dynamic Data-Driven User Interfaces with ASP.NET. You can check the series here:
Part 1
Part 2
Part 3
Part 4
Enjoy the series!Regards
-
Now you can check my book on www.amazon.com by visiting the following link:
Professional ASP.NET 3.5 Security, Membership, and Role Management with C# and VB
See larger image
...
-
Here is a snippet code that helps you bind the items contained in an enumeration into a DropDownList in ASP.NET.
To start with, let us define an enumeration as follows:
public enum Directions { North = 1, ...
|
|
|