Possible Duplicate:
Are <%: and <%= the same thing as embbed code (expression) blocks
As clear from the heading I want to know the difference between <%: variable%> and <%= variable%> in ASP.NET.
Possible Duplicate:
Are <%: and <%= the same thing as embbed code (expression) blocks
As clear from the heading I want to know the difference between <%: variable%> and <%= variable%> in ASP.NET.
They do basically the same but <%: variable%> also html-encodes the output.