HELP! Page contents dont show

  • Thread starter Thread starter Eidolon
  • Start date Start date
E

Eidolon

I have an urgent! problem....
My development has been purely stopped dead.

I have a page i was working on, and when you go to the page, it shows no
output. The code-behind code all runs and does exactly what it is supposed
to do, all the variables, and objects and values all get set properly.
Everything works fine. But whenit goes to actually render the output to the
client, all that shows up is an empty page. On doing a "View Source", all
you see is:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html;
charset=windows-1252"></HEAD>
<BODY></BODY></HTML>

Does anyone have any idea why my page is refusing to work?? It was working
fine, and then all of a sudden stopped. I hadnt even made any code changes
or recompilations between the last working view, and the non-working ones.
All the other pages in the app still work fine.

Thanks GREATly!!! in advance,
- Eidolon.
 
Have never seen this problem. However, since all your other pages work
fine, have your tried creating a new page and copy the code over. If
this works, at least it won't stop your development.

Tommy,
 
Back
Top