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
Define transparent caching with aop?
what is publisher?
What is directive in asp net?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
Explain the function of new view engine in asp.net? : asp.net mvc
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
What is break mode?
Why select Web API?
To redirect the user to another page which method do we use without performing a round trip to the client?
What is scope of an application variable in asp.net?
Explain file-based dependency and key-based dependency.
How do we implement bundling in MVC?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
Describe paging in asp.net?
How can I open ashx file in mobile?