Answer Posted / balaji
common language system and common type system
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Describe the events in the life cycle of a web application.
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 preprocessor in .net and type, where it use?
Explain Life cycle of ASP.NET page when a request is made.
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What are the benefits of Razor View?
What is asp.net and how it works?
What are the new features added from ASP to ASP.NET?
What does clearing cache?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What kind of data can be stored in viewstate?
How you can access the properties and controls of master pages from content pages?
What is the displayafter property in updateprogress control?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
Is session server side or client side?