What is preprocessor in .net and type, where it use?
What is AutoPostback?
Explain Areas in MVC?
What are early binding and late binding.
What is the basic difference between asp and asp.net?
what is asp.net
What is session in asp.net?
Can I have a unique key as foreign key?
What is caching? What are the different types of caching?
If there is submit button in a from tell us the sequence what happens if submit is clicked and in form action is specified as some other page ?
what is webpart? what r the parts in this webpart (zone)
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.
What is the function of the CustomValidator? a) It allows for custom C# client-side code to validate entries in a control. b) It allows for a custom mixture of validator controls to use one central control for the display of messages. c) It uses scripted client-side code to validate the entry in a control. d) It uses server-side code to validate the entry in a control.
4 Answers ABC, Syntax Softtech, TCS,