How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
2017can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
1934What is the answer for "Which configuration Tool your using means" ? we have to tell about IIS or .Net Framework or VSS? Give me in brief ?
3 6039I have one .Net application and i have two databases which is in SQL server2000 and one more database in ORACLE? how can i access the database from different Databases?
3 6927
Difference between singleton and singlecall.
What is another word for redirect?
What does mvc represent in asp.net? : asp.net mvc
What is mta?
Explain about asp.net caching?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What do you mean by marshalbyref?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What are the asp.net server side objects?
Why do you use the app_code folder in asp.net?
Define the steps to set up validation control.
What is the web.config file in asp?
In which event are the controls fully loaded?
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.
Give me one example of Web API Routing?