ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 797 Page Views: 

What do you mean by In-Line code?



Posted By: Avi Date: 5 October 2010 08:53:19 PM
 Answer:

In-Line code:- Here the code is directly embeded in the same file where the User Interface or presentation logic is residing.


Posted By: avibtech


Date: 5 October 2010 08:53:19 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image z25gUY
Related Questions
ASP.Net : State all the conditions which make the ViewState for a  control enable?

State all the conditions which make the ViewState for a control enable?

The following conditions are to be met to make a View State enable for a control:- 1. The EnableVie....
Category: ASP.Net Date: 9/30/2010 9:53:13 PM
ASP.Net : Name the method which is invoked on the DataAdapter control in order to load the generated data set with  data?

Name the method which is invoked on the DataAdapter control in order to load the generated data set ....

DataAdapter.Fill(dataset object) is used. The DataAdapter class acts as a bridge between the Dataset....
Category: ASP.Net Date: 9/30/2010 9:18:14 PM
ASP.Net : What is CLR and what is its use?

What is CLR and what is its use?

CLR means Common Language Runtime. It is the run-time environment provided by the Microsoft .NET fra....
Category: ASP.Net Date: 9/30/2010 8:43:14 PM
ASP.Net : What is the purpose of the Global.asax file?

What is the purpose of the Global.asax file?

It used to implement session level and applcation level events raised by ASP.net or by HTTP modules.....
Category: ASP.Net Date: 9/30/2010 8:40:13 PM
ASP.Net : Is there any limit of imposing cookies in a single application?

Is there any limit of imposing cookies in a single application?

Yes, only 20 cookies can be used in a single web application.
Category: ASP.Net Date: 9/30/2010 7:51:14 PM