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 merge 2 tables fields in DataTable in asp.net
What is the default Orientation property in a Menu control?
0 Answers Sans Pareil IT Services,
what are the attributes of sitemapnode?
Can we have a web application running without web.config file?
What is the use of location tag in web.config file
2 Answers Karur Vysya Bank KVB,
what is roles in asp.net
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
How many types of cache are there?
What is asp according to you?
When we are requesting a new URL through Response.Redirect() the new page wil open on the new browser window or it wil open in the same window? If we use Server.Transfer() what wil happen?
What is session authentication?
Explain the role of global.asax?