Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

controls don't show up on page

Status
Not open for further replies.

wgma

IS-IT--Management
Nov 16, 2007
24
US
I have several pages that are .net 3.5 pages. Each page has a form within the page. In the form I have controls like textboxes and buttons. When I publish the pages onto the host server, which is a 3rd party server, none of the controls are visible on the page.

If I view the source the code for the controls is there.

Everything works on the development machine. Why is this happening?

I am using VS2008.

Thanks.
 
Some ideas:

Check the HTML using View Source for the resulting pages from your browser. Check the correct HTML tags are there. If not you need to make sure files are saved etc and correct version is uploaded to the right place etc. Put a simple version number in the page to help with this. Also try clearing your local browser cache and re-requesting the page.

Sorry if these are rather obvious!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top