I am a beginner level programmer. I was using C# variable in the aspx page.
I have seen the usage of <% in the aspx page alot.
I need the detail of when to use <% in what requirement like
<% 'When to use this?' %>
<%= 'When to use this?' %>
<%@ 'When to use this?' %>
<%# 'When to use this?' %>
I am searching for a useful link regarding this but did not found any help
I hope this could be Helpful…….
http://www.codeproject.com/Articles/384425/Server-side-Delimiters-in-ASP-NET`