Pardon my ASP ignorance, but what's the difference?
|
|
@Esteban - Added a msdn link to directives. If you need...more explanation, please let me know. |
||||||
|
|
|
javascript in .aspx that uses a master page.
|
||
|
|
|
|
Not entirely related to the question, there's another related notation in asp.net called Expression Builder:
and it's extensible, see http://msdn.microsoft.com/en-us/magazine/cc163849.aspx#S4 |
||
|
|
|
|
As Albert says, it's all to do with parsing databinding statements. |
||
|
|
|
|
The # version is used while data binding. <%= is just a simple Response.Write |
||
|
|
