how can you handle "control is not part of this page "
error?

Answers were Sorted based on User's Feedback



how can you handle "control is not part of this page " error?..

Answer / k

To handle it with add attribute like runat="server" in aspx page

Is This Answer Correct ?    1 Yes 0 No

how can you handle "control is not part of this page " error?..

Answer / 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

how can you handle "control is not part of this page " error?..

Answer / kuber

you haven't put the control definition(html)in the form
tags. Check it out in ASP.net source page.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is pre-init event in ASP.NET 2.0 page life cycle?

2 Answers   Fulcrum Logic,


What are validators and list some validators of asp.net?

0 Answers  


What are the different modes for the sessionstates in the web.config file?

2 Answers  


Write a code for passing ArrayList in Web API?

0 Answers  


What is the use of view state?

0 Answers  






Can a master page inherit another master page?

13 Answers   Emphasis, IBM, NIIT, Sebiz Square,


How many types of Cookies are available in ASP.NET?

0 Answers   MindCracker,


Define WCF ABC , Diffrent Contract. Diff b/w Wcf and in webservice

2 Answers   Syntel,


What is the difference between session object and application object?

0 Answers  


Elaborate differentiation between ViewState and SessionState?

0 Answers   QuestPond,


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

0 Answers  


What is a transaction? a) A banking term. b) A concept used to describe a step in the business process. c) A combination of DML steps that must succeed or the data is retuned to its initial state. d) A combination of DDL steps that must succeed or the data is retuned to its initial state.

5 Answers   Syntax Softtech,


Categories