Not showing controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I create one asp.net application, in the page i put one server command
button.
but it will not shown when browsing.
Why????????
Please help ASAP.
 
If it's an aspnet control but the server doesn't know about it it will be
rendered into the html as <asp:mycontrol /> which will appear in the html
source but not display visibly in the browser...
 
How do you think setting runat="server" can effect control visibility?

Eliyahu
 
right

--
Eliyahu

london calling said:
If it's an aspnet control but the server doesn't know about it it will be
rendered into the html as <asp:mycontrol /> which will appear in the html
source but not display visibly in the browser...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top