Sign in
|
Join
Eilon Lipton's Blog
Technical blog on Microsoft ASP.NET and ASP.NET AJAX.
This Blog
Home
Contact
About
Syndication
RSS
Atom
Comments RSS
Search
Go
Tags
AJAX
ASP.NET
aspnetmvc
Atlas
c#
compilation
css
expressions
javascript
localization
MVC
objectdatasource
Speaking
templates
unit test
UpdatePanel
Navigation
Home
Blogs
Archives
July 2008 (2)
April 2008 (1)
March 2008 (1)
February 2008 (1)
December 2007 (2)
November 2007 (1)
October 2007 (1)
September 2007 (2)
June 2007 (2)
May 2007 (1)
April 2007 (2)
March 2007 (1)
February 2007 (3)
January 2007 (4)
December 2006 (1)
November 2006 (5)
Pages
Suggestion Box
Browse by Tags
All Tags
»
c#
»
compilation
(
RSS
)
ASP.NET
localization
Tuesday, December 04, 2007 2:00 PM
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:
ASP.NET
,
compilation
,
c#
Tuesday, June 19, 2007 8:00 PM
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)
Filed under:
ASP.NET
,
compilation
,
c#
,
localization
More Posts