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 |
How to create a permanent cookie?
How do you add a javascript function for a link button in a datagrid ?
What type of code (server or client) is found in a Code- Behind class?
What is the difference between Trace and Debug?
What does the "EnableViewState" property do? Why would I want it on or off?
2 Answers Photon Infotech, Siebel Systems, Syntax Softtech,
what are partial classes and their use?
What is the best way to search any exact information on google?
How can you use a custom controls in ASP.NET application?
0 Answers Sans Pareil IT Services,
How can I configure asp.net applications that are running on a remote machine?
Are xaml file compiled or built on runtime?
When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.
How connect data into DropDownList from Aceess Table?