how can you handle "control is not part of this page "
error?
Answer Posted / d.rajani
any control must be placed within the form tag,1st check
whether the control is placed within form tag or net in the
html source code
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you explain the importance of finalize method in .net?
What are the types of authentication in asp.net?
Explain the difference between authentication and authorization.
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’s the catch?
What is asp.net and its advantages?
What is caching in asp.net?
What are sharepoint pages?
How do you implement postback with a text box?
How you can access the values from the Repeater control in ASP.NET?
Give an example of cookie abuse.
Do you know caching feature?
Please brief not about xsd,xslt & xml?
What is the concepts of globalization and localization in .net?
What is asp according to you?