Describe the difference between inline and code behind?
Answer Posted / sivasaravanan
inline:
is written along side the html in a page.
code behind:
is a concept where the content of page in one file and the
server side code is another file...
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What do you mean by serialize and marshalbyref?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
Explain the use of duration attribute of @outputcache page directive.
How do we implement bundling in MVC?
What is asp.net master page?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What is intrinsic objects in asp.net?
When we use cookie less session? Explain its working?
Describe the difference between inline and code behind - which is best in?
What is a ashx file?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
How asynchronous call can be implemented using delegates?
How will you load dynamic assembly? How will create assesblies at run time?
What are sharepoint pages?
What is asp short for?