Explain Assemblies?,Difference between Panel and
GroupBox?,Differences between ASP and ASP.NET?
Answer / jayashree dubey
Assemblies: are the building blocks of asp.net.It can be
defined as a single unit of DLLs.Collection of
classes,methods,properties,structs etc.
Panel is a opaque container not visible to the user where
Groupbox is defined with a outline along with title.
ASP.net is an advanced version of ASP.ASP uses interpretor
method where asp.net uses compliler and runs using CLR
platform and uses different languages where asp does not
support multi languages.
Is This Answer Correct ? | 10 Yes | 0 No |
What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
What is advantage of asp.net?
When would you set this property to false?
How will you maintain versioning in asp.net 2.0?
What is the difference between table and query?
Explain Optimization technique description?
What is the use of express session?
What is a page life cycle?
What are the parts of an http response?
What is the difference between equals() and == in c#?
Less than one page, how many windows will you be able to maintain?
What are user controls?