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

web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.

2 Answers   TCS,


How to display Alert in ASP.NET

0 Answers   HCL,


how can we maintain security in soted procedure?

1 Answers  


Explain how is the asp.net mvc architecture different from others? : asp.net mvc

0 Answers  


What is the web.config file in asp?

0 Answers  






Is it possible to write code in many languages in one asp.net project?

0 Answers  


What is asp short for?

0 Answers  


how can i insert array values and retreive in asp.net

3 Answers   TCS, Value Labs,


how can u display multi language (i.e english,spanish...) web site?

2 Answers  


How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?

0 Answers  


Is LINQ performance wise better or using sqlcommand?

1 Answers  


diff between Server.Transfer() and Server.Execute()

1 Answers  


Categories