Describe the difference between inline and code behind.
Answer Posted / khan ashrafeen
Code Behind refers to the code for an ASP.NET Web page that is written in a separate class file that can have the extension of .aspx.cs or .aspx.vb depending on the language used.
Inline Code refers to the code that is written inside an ASP.NET Web Page that has an extension of .aspx
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different types of cookies in asp.net?
Define xmlreader class.
How can we Validate a Controls in ASP.NET page using JavaScript?
Can you set which type of comparison you want to perform by the comparevalidator control?
What is application state?
What is a web api endpoint?
Why do we use datasource in asp.net?
Explain the asp.net page life cycle.
What is odata in web api?
Define web.config in .net?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Can any body provide me the sample web application in asp.net
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
How do I know asp.net mvc version? : Asp.Net MVC
How do you initiate validation on the server manually? What are two situations when you might you want to do that?