Explain how inline and code behind is used differently ?
Answer Posted / ninad
writting a code along side the html in a page is inline
code.
Writing a code in a separate file and referenced by
the .aspx page is code Behind.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the default Orientation property in a Menu control?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What is ispostback property?
What are the advantages and disadvantages of session?
What are client activated objects and server activated objects?
Explain server side state management system.
Can action method static?
Describe paging in asp.net?
What are the Types of authentications in IIS
Explain the different types of directives in .net?
What is server components?
How to sign out from forms authentication?
What is the viewstate in asp.net?
How are sessions stored?
Explain the different parts that constitute ASP.NET application?