Explain the differences between Server-side and Client-side code?
Submitted by: AdministratorServer side code executes on the server.For this to occur page has to be submitted or posted back.Events fired by the controls are executed on the server.Client side code executes in the browser of the client without submitting the page.
e.g. In ASP.NET for webcontrols like asp:button the click event of the button is executed on the server hence the event handler for the same in a part of the code-behind (server-side code). Along the server-side code events one can also attach client side events which are executed in the clients browser i.e. javascript events.
Submitted by: Administrator
e.g. In ASP.NET for webcontrols like asp:button the click event of the button is executed on the server hence the event handler for the same in a part of the code-behind (server-side code). Along the server-side code events one can also attach client side events which are executed in the clients browser i.e. javascript events.
Submitted by: Administrator
Read Online VB .Net Job Interview Questions And Answers
Top VB .Net Questions
☺ | What is difference between import System.Data.SqlClient,System.Data.Oledb? |
☺ | What does it meant to say "the canonical" form of XML? |
☺ | Differences between VB.Net and C#, related to OOPS concepts |
☺ | How to store and retrieve images in SQL server database through VB.NET? |
☺ | Which is the tool which can convert Visual basic old version to .NET compatibility version? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |