It evaluates the expression within the tags. For example: <%# myVar %> will display the value for myVar. it is short for typing: <% Response.Write (myVar) %>
yeah my bad. I think it is similar but is used to evaluate expressions within an asp control. So for if you wanted to assign a variable to a property of a .net control. you would use <%#
it is used in html coding through<%#Eval("column name")%> u can use the data base data of that column