Describe the difference between inline and code behind.
Answer Posted / chauhan rakesh botad
Inline code written along side the html in a page.
Code-behind is code written in a separate file and
referenced by the .aspx page.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Explain diff. Betn dataset and recordset?
Define authentication and authorization.
What are the different validators in asp.net?
Explain swagger components.
What are the parts of an http response?
What is application Object?
How do we sort the data from a dataset?
Write a code for sending an email from asp.net application.
what are the security certificates used in webservices?
What is true about application service provider?
Explain how cookies work. Give an example of cookie abuse.
How can I configure asp.net applications that are running on a remote machine?
What is the equivalent of date() and time() in asp.net?
Why would anyone need to implement their own hashtable or linked list?
What is state management technique?