Browse by Tags

All Tags » c# » compilation (RSS)

How to Allow Generic Controls in ASP.NET Pages

Did you ever want to have a Repeater<Customer> control on your page? And its events were all strongly typed to recognize that each row was bound to a Customer object? Well, I came up with a way of doing it using some lesser known features of ASP...
Posted by Eilon | 18 comment(s)
Filed under: , ,

Changing the request culture for globalization and localization

In ASP.NET 2.0 we added several new features to make globalizing and localizing an application easier than ever before. One of the coolest features is the ability to declaratively localize entire controls as well as individual properties of controls....
Posted by Eilon | 4 comment(s)
More Posts