FrontPage-Style Table Picker Using GDI+
Last Updated: 27 Oct 2004
Page Views: 41,949
Rating: 4.81/5
Votes: 9
Popularity: 4.59
Bookmark Count: 45
Create a FrontPage-Style table picker in C# using simple GDI+ rendering techniques.
Page Inheritance In ASP.NET
Last Updated: 19 Oct 2004
Page Views: 84,478
Rating: 4.35/5
Votes: 17
Popularity: 5.35
Bookmark Count: 72
Use object inheritance with System.Web.UI.Page to apply a common paradigm for user authentication, and extending the base web form feature set in your web application. Apply common security, specify per-page user access levels, and enforce common functionality, with only one line of code per page.