What threading model used in asp and asp.net?


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

Post New Answer

More ASP.NET Interview Questions

differences between class inheritance and interface?

2 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,


Which data types are supported by the RangeValidator control?

2 Answers   Siebel,


What is a server farm in iis?

0 Answers  


How do you perform validations ?

2 Answers   Microsoft,






Do you know about caching with the datasource controls?

0 Answers  


Explain diff between dataset and datareader?

0 Answers  


How does asp net store session ids by default?

0 Answers  


What are the different types of validation controls provided in ASP.NET?

0 Answers   Sans Pareil IT Services,


How do you use css in asp.net?

8 Answers   iBridge,


What are the advantages of the code-behind feature?

0 Answers  


will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

1 Answers   Patni,


Categories