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
»
compilation
(
RSS
)
ASP.NET
c#
expressions
localization
templates
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#
Friday, June 29, 2007 3:00 PM
How ASP.NET databinding deals with Eval() and Bind() statements
A recent question on one of our internal mailing lists asked where the definition for the Bind() method is located in ASP.NET. The asker had located the definition of the Eval() method on the TemplateControl class, but the Bind() method was nowhere to...
Posted by
Eilon
|
17 comment(s)
Filed under:
ASP.NET
,
expressions
,
compilation
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
Thursday, January 18, 2007 10:00 AM
How to instantiate templates (properly)
As part of my work on the ASP.NET team I've worked directly with several 3rd party control vendors and have spoken to hundreds of customers at conferences such as PDC and TechEd as well as presented on topics related to building controls and using...
Posted by
Eilon
|
8 comment(s)
Filed under:
ASP.NET
,
compilation
,
templates
Tuesday, January 16, 2007 9:29 AM
From the Suggestion Box: Why can't you use code expressions for properties?
From the suggestion box InfinitiesLoop asks: "How about, why can't you use code expressions inline with server controls? You can obviously with the DataBinding expression <%# code %>, but you can't simply say <%= code %>. Using...
Posted by
Eilon
|
7 comment(s)
Filed under:
ASP.NET
,
expressions
,
compilation
More Posts