What is the difference between <%#%> and <%=%>?
Answer Posted / archana
The <%= expressions are evaluated at render time
The <%# expressions are evaluated at DataBind() time and
are not evaluated at all if DataBind() is not called.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are the new data controls in asp.net 2.0?
Describe SOA and the tenets of it?
Define static function?
What are web beacons used for?
What is windows active directory authentication?
How we implement web farm and web garden concept in asp.net?
What is state management in .net?
What is the purpose of session management?
How u refer webservices?
Define satellite assemblies.
What are cao and sao.
How can we pass info between 2 asp.net pages?
Explain the difference between debug.write and trace.write?
In Code-Behind class which kind of code (server or client) is found ?
How can we create a website?