Explain how inline and code behind is used differently ?
Answer / 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 |
What is cookies in asp net?
What is asp net theme?
When does the application ONEND event handler fire?
1 Answers C Squared Systems, Verinon Technology Solutions,
Explain the boxing and unboxing concept in .net?
Whats the difference between abstract factory pattern and factory pattern?
can u create two Primary key for a table? --Sivaa
What are Master Pages in ASP.NET? or What is a Master Page?
What are the uses of list view control in Asp.net?
What are merge modules?
If(dropdownlist1.selectedIndexChanged==true) { //code } else { //code } I am getting error in If condition, so can u pls give me a solution.
How do you register the .Net Component or Assembly?
Explain the difference between dataset and datareader.