Distinguish between Server-side and Client-side code with its functionality?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

How does Garbage collector(GC) works in .net

14 Answers   Accenture, HCL, Kekran Mekran, People Tech, Wipro,


can we place the same DLL in debug folder two times? (without using strong name )

9 Answers   TCS,


what is managed and unmanaged code?

4 Answers   Microsoft,


What is the difference between asp.net and mvc?

0 Answers  


What is user control in asp.net?

0 Answers  


Explain the differences between managed and unmanaged code?

0 Answers  


How dataadapter.fill works?

0 Answers  


Is asp.net mvc front end or backend? : Asp.Net MVC

0 Answers  


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

0 Answers   Netsweeper,


How many rounds are there for a software programmer to clear interview in any IT industries(MNC).

3 Answers   HCL,


What is the difference between Server.Transfer and Response.Redirect? Why would you choose one over the other?

26 Answers   Syntax Softtech,


What is the purpose of each of the validation controls provided by ASP.NET?

1 Answers  


Categories