Im modifying an existing .net website and in the HTML the previous developer using <%# Function Name %> several times in his HTML to call a function and return the value to the screen. Ive always used <%= Function Name %>to do the same thing. Is there a difference in the 2 methods of doing this?
Thanks!
Thanks!