Explain how inline and code behind is used differently ?
Answer / ninad
writting a code along side the html in a page is inline
code.
Writing a code in a separate file and referenced by
the .aspx page is code Behind.
Is This Answer Correct ? | 1 Yes | 0 No |
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Features and disadvantages of dataset ?
4 Answers Interlink, Microsoft,
How does Garbage collector(GC) works in .net
14 Answers Accenture, HCL, Kekran Mekran, People Tech, Wipro,
How do you handle server controls?
Explain difference between friend and protected friend?
How to unit test Web API?
What are runtime hosts?
Explain what the contents of cookie?
• What are HttpHandlers? • What are HttpModules?
When maintaining session through Sql server, what is the impact of Read and Write operation on Session objects? will performance degrade..
3 Answers Allsec Technologies,
What is asp.net and how it works?
.Net Doesn't offer Deterministic Distruction ? a) True b) False