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 meant by ispostback in asp net?
What are the components of ado.net?
What do you mean by query string?
What is applicatio domain?
What is advantage of asp.net?
To get the values in two different controls to match which control you use it?
What is the difference between session and viewstate?
Can you set which type of comparison you want to perform by the comparevalidator control?
What is masterpage?
Define the steps to set up validation control.
What is the difference between stored procedure vs function?
How does output caching work in ASP.NET?
Is asp.net a programming language or framework?
Explain the components of web form in asp.net
Explain the difference between asp and asp.net?