Describe the difference between inline and code behind.
Answers were Sorted based on User's Feedback
Answer / ramgopal reddy
Inline code written along side the html in a page.
Code-behind is code written in a separate file and
referenced by the .aspx page.
| Is This Answer Correct ? | 36 Yes | 3 No |
Answer / sudhir kunnure
inline code writing in client side code you can write
server side code to html page in .dot net.if you write all
code on client side adding namspace then it inline code.
if you write seprate code for server side and client side
then server side code is code behind
| Is This Answer Correct ? | 15 Yes | 6 No |
Answer / chauhan rakesh botad
Inline code written along side the html in a page.
Code-behind is code written in a separate file and
referenced by the .aspx page.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / 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 |
Answer / 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 |
If i have 1000 records in dataset, how to do paging?
How does u call and execute a sp in .net?
What does asp in asp.net stand for?
If I m using Session State Partioning where I have partitioned my session into 4 servers then how can I know that my session will be stored on which server?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
Explain about ASP.NET?
what is difference between .net 3.0 and 3.5
There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.
Give real time examples for polymorphism, encapsulation, inheritance..
Explain code snippet to register exception filters from controller?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
What's a bubbled event?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)