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

My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file?

1 Answers   Techno Solutions,


One application have three forms for registration .submit button is at third form.after filling three forms only u have to click submit button.After clicking the submit button all the values in first,second& third form saved on sql server.how to handle this situation .

6 Answers   TCS,


What is Cookies Less Session?

0 Answers  


What is difference between rest and soap?

0 Answers  


how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

0 Answers   Satyam,






Which protocol is used in a web api?

0 Answers  


What are Session states available and its Uses?

2 Answers   iLogic,


What is the difference between application state and caching?

0 Answers  


Can I read the hard disk serial # of the client computer using asp.net?

0 Answers  


Difference b/w casting and boxing?

5 Answers   IBS,


What is a session government?

0 Answers  


what is the difference between this.controls and page.form1.controls and me.controls?

2 Answers   FactorH,


Categories