Click here to Skip to main content
15,911,531 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
1. what is the diffrence of
<%= %>
and
<%# %>
in javascript?

2. Is there any identifier inside <%%> other than the said example above?

someone please answer me immediately, i need it
thanks
Posted

<%= %> and <%# %> are ASP.Net inline tags, not javascript.
See this link for details:
http://naspinski.net/post/inline-aspnet-tags-sorting-them-all-out-%283c25242c-3c253d2c-3c252c-3c252c-etc%29.aspx[^]
 
Share this answer
 
Comments
vonDy 22-Feb-12 20:47pm    
thank you sir
^^,
Bun Leap_kh 22-Feb-12 20:52pm    
you're welcome!
CRDave1988 23-Feb-12 0:25am    
my 5
hey,refer following link for answer of your second question,

http://forums.asp.net/post/1478431.aspx[^]
 
Share this answer
 
Comments
CRDave1988 23-Feb-12 0:25am    
5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900