What are the new web part controls in asp.net 2.0 ?


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

Post New Answer

More ASP.NET Interview Questions

what is webservices. howit is use in our project .

1 Answers   Patni,


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,


What are the security types in asp.net?

0 Answers  


How do we implement bundling in MVC?

0 Answers   B-Ways TecnoSoft,


Which method do you invoke on the DataAdapter control to load your generated dataset with data?

2 Answers   Siebel Systems,






How ASP and ASP.NET page works? Explain about asp.net page life cycle?

0 Answers  


What are httphandlers and httpmodules and difference between them?

0 Answers  


What is the difference between control and component?

4 Answers  


What are the different kinds of assemblies?

0 Answers  


Where are session variables stored?

0 Answers  


How many ways are there to maintain a state in .net? What is view state?

0 Answers  


can we edit records from repeater control

2 Answers  


Categories