What are HTML controls, Web controls, and server controls?
Answer / surya
controls with basic html tags are Html controls.
Controls with runat server tag are server controls and the
events are handled in server side
and if you have tags like <asp:GridView> it is called web
controls and events are handled at server side
| Is This Answer Correct ? | 1 Yes | 0 No |
what is dotnet architecture? can anyone explain that.
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
What?s the Unix name for a Windows service equivalent?
How many types of generations are there in a garbage collector?
Difference between dispose and finallize method?
How do you start, pause, continue or stop a Windows service off the command line?
Explain the .NET architecture.
9 Answers HCL, Idhasoft, Scandent, TCS, TechnoLinks,
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
Differences between dll and exe?
What is the difference between user control an custom control? Advantages/disadvantages?
What is the difference between function and stored procedure?
Explain about Behavioral design pattern?