Answer Posted / srikanth
Its Only to add Web User Control Page to Normal Asp.Net Page in Source Code...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Define globalization and localization.
Mention the execution process for managed code?
What is the difference between system.stringbuilder and system.string
Which method is used to enforce garbage collection in .net?
What is the web.config file in asp?
Explain the difference between asp & asp.net.
How would you get asp.net running in apache web servers? Explain it's limitations.
what are the security certificates used in webservices?
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.
Explain the use of errorprovider control in .net?
Why session is more secure than cookies?
How to implement role based security in asp.net mvc? : Asp.Net MVC
How to deploy/publish webservices?How many ways?Plz explain me
How is it possible for .NET to support many languages?