What's the difference between <%# %> and <%= %>?

后端 未结 5 1018
执笔经年
执笔经年 2020-12-06 06:20

Pardon my ASP ignorance, but what\'s the difference?

5条回答
  •  [愿得一人]
    2020-12-06 07:04

    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

提交回复
热议问题