Describe the difference between inline and code behind.
Answer Posted / lakki
inline code is nothing but the design and code wil be implemented in same html page, where as in code behind the design page is seperated with .aspx file and coding is seperated with .aspx.cs file.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What is viewstate? What does the “enableviewstate” property do?
What is Forms Authentication in ASP.NET?
How dataadapter.fill works?
Describe the method to create a permanent cookie?
Name the two properties are on every validation control?
Define application state variable and session state variable?
How to use ipostback?
What is a page life cycle?
What are user controls?
What are the new login controls in asp.net 2.0?
Which class is used to send an email message from an ASP.NET Web page?
Explain what is an assembly?
Can you set which type of comparison you want to perform by the comparevalidator control?
Explain the difference between overriding and overloading?