views:

171

answers:

2

I have been doing some work lately with a Pre-compiled .NET3.5 app so i have had to write alot of inline code and i was just wondering about the usage of the # and = and niether when doing inline code?

+5  A: 

I posted a similar question here, this might give you some things to look at:

http://stackoverflow.com/questions/649428/asp-net-special-tags

Especially this page:

http://quickstarts.asp.net/QuickStartv20/aspnet/doc/pages/syntax.aspx

Andy White
@Andy: ;-).......
Cerebrus
You are a gentleman and a scholar
Andy White
+12  A: 
CMS
For <%$, i'd like to add that Phil Haack has an excellent post about creating your own Expression Builders: http://haacked.com/archive/0001/01/01/Express_Yourself_With_Custom_Expression_Builders.aspx (Also read the comments)
Michael Stum