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 are the different methods of session maintenance in asp.net?

0 Answers  


How many column in table of sql server?

3 Answers  


What is postback in asp net?

0 Answers  


Explain Areas in MVC?

0 Answers   B-Ways TecnoSoft,


How many types of file extensions for razor views in ASP.Net MVC?

0 Answers  


I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'

2 Answers  


Where sessions are stored?

0 Answers  


Explain client side state management system.

0 Answers  


when u enter the data in one text box once u completed entering the text box data then one page has to be popuped and the text has to be displayed in the parent page

1 Answers  


How does dataset acts in a disconnected fashion ?

3 Answers   TCS,


What is the purpose of App_Code folder in ASP.NET? Why we this?

0 Answers   Sans Pareil IT Services,


Which namespace do the classes, allowing you to support COM functionality, are located?

1 Answers  


Categories