how can you handle "control is not part of this page "
error?
Answers were Sorted based on User's Feedback
Answer / k
To handle it with add attribute like runat="server" in aspx page
Is This Answer Correct ? | 1 Yes | 0 No |
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 |
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 |
What are the different methods of session maintenance in asp.net?
How many column in table of sql server?
What is postback in asp net?
Explain Areas in MVC?
How many types of file extensions for razor views in ASP.Net MVC?
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'
Where sessions are stored?
Explain client side state management system.
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
How does dataset acts in a disconnected fashion ?
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?