Distinguish between Server-side and Client-side code with its functionality?
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 )
what is managed and unmanaged code?
What is the difference between asp.net and mvc?
What is user control in asp.net?
Explain the differences between managed and unmanaged code?
How dataadapter.fill works?
Is asp.net mvc front end or backend? : Asp.Net MVC
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.
How many rounds are there for a software programmer to clear interview in any IT industries(MNC).
What is the difference between Server.Transfer and Response.Redirect? Why would you choose one over the other?
What is the purpose of each of the validation controls provided by ASP.NET?