Describe the difference between inline and code behind.
Answer Posted / 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 |
Post New Answer View All Answers
Explain the difference between the web config and machine config.
How you can manage the state of application at the server side in ASP.NET?
What is the function used for removing an event listener?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
How can we identify that the Page is Post Back?
What are the namespace classes used in asp.net mvc? : asp.net mvc
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
Where sessions are stored in asp.net?
Can we create a multiple user simultaneously ?
What are Session states available and its Uses?
What is session object? Describe in detail.
What is in a session cookie?
Explain Session state management options in ASP.NET.
What are the event handlers that we can have in global.asax file?
What are the event handlers that can be included in the Global.asax file?