how to write html code with ssl


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

what are the differences between windows services and web services?

5 Answers   Tech Mahindra,


What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?

0 Answers  


What are the new page events added in Asp.net 2.0 ?

5 Answers   Sapient, TCS,


What is caching and types of caching ?

2 Answers   Infosys,


Explain the code Access Security (CAS) in .net Framework?

0 Answers  






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.

0 Answers   Netsweeper,


How to use ipostback?

0 Answers  


extensibility in asp.net2.0

0 Answers  


What are the objects in used in ASP for processing input and outputs?

1 Answers  


One Listbox showing all cities. If you select one city in list box the information related to that particular city should be displayed in Datagrid . How do you do that?

3 Answers   HCL,


What is a page life cycle? What are the events in a page life cycle?

0 Answers  


What is HTTPModule and HTTPcontext? What is the use of each?

0 Answers   Accenture,


Categories