What do you mean by marshalbyref?


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

Post New Answer

More ASP.NET Interview Questions

How do you do validations. Whether client-side or server-side validations are better.?

5 Answers   Microsoft,


In try catch blocks one is normal catch block and another is sqlcatchexception block

3 Answers   Microsoft,


Which template must you provide, in order to display data in a Repeater control?

3 Answers   Siebel Systems, Wipro,


Can any one explain with the example how to capture the application error in Aplication_Error() method?

1 Answers   Infosys,


How does the regular expression validator work? What are two situations when you might want to use one?

2 Answers  






What are the uses of reflection?

0 Answers  


Define web services in asp.net.

0 Answers  


Describe the difference between a Thread and a Process?

4 Answers  


What is the Intermittent crashing of application in production?

0 Answers   Microsoft,


How do you open a page in a new window?

0 Answers  


What is difference between session and cookie?

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,


Categories