Explain Assemblies?,Difference between Panel and
GroupBox?,Differences between ASP and ASP.NET?
Answer Posted / 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 |
Post New Answer View All Answers
Explain how cookies work.
What is comparevalidator?
What is the main differences between asp and asp.net?
What are the properties of the eventargs argument when capturing keyboard events?
How to implement Authentication and Authorization?
What is the use of execute non query in asp.net?
What are the Types of chaching. How to implement caching
How to Insert/Add in ASPXgridview
Can I read the hard disk serial # of the client computer using asp.net?
What does asax stand for?
What is the Intermittent crashing of application in production?
What is the difference between ASP Session State and ASP.Net Session State?
If you want to write your own dot net language, what steps you will you take care?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
when a request is made in Life cycle of ASP.NET page .