Can we store PROGID information in database and dynamically
load the component ?
Answer / remo
i found the best answer here
http://mr-ponna.com/Question/460/Can-we-store-PROGID-information-in-database-and-dynamically-load-the-component-/
Is This Answer Correct ? | 3 Yes | 2 No |
what is uncle aunty file
Explain how can we inherit a static member?
What is a swagger in web api?
How can we call webservices in Banking Applications? and where we are using it?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
1 Answers Cap Gemini, Keane India Ltd, MindSquare,
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 can you handle errors in Web API?
What is asp net objects?
In which event of the page viewstate is available?
Explain what are webservices?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Can the action attribute of a server-side tag be set to a value and if not how can you possibly pass data from a form page to a subsequent page?