Answer Posted / karthik k
Either Excutable File (EXE) or Class Library File(DLL)
which which having Mainfeast data,IL Code. Using This
Assembly Concept Microsoft Acchieve PlatForm Independency .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the differences between clr & cts?
Where is session data stored in asp net?
How many types of validation are there?
Why we use content place holder in asp.net?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What is use of Master Page in ASP.NET web pages?
What is special types forms
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
What are app services?
Do I need to have the latest version of windows media player installed?
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 view state?
Is asp.net a language?
What are the asp.net list controls and difference between them?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?