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
Which is better session or viewstate?
Is react a template engine?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Write a code for sending an email from asp.net application.
Can we make activex dll also ti execute in some process as that of client ? How can we do?
How does session state work in asp.net?
What is clr? Difference between clr & cts?
What’s the use of “GLOBAL.ASAX” file?
What are the options in ASP.NET to maintain state?
Can we handle the error and redirect to some pages using web.config?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What is event in asp.net?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.