Search:
Namespaces
Discussions
.NET v1.1
Feedback
ASPX page displaying a blank page...
Messages
Related Types
This message was discovered on
ASPFriends.com 'aspngconfig' list
.
Giesbrecht, Jeff
Being new to ASP.NET I can't figure out why my server is only returning
a "blank" page. The aspx page contains a data grid and everything build
properly in VS.NET.
Here is the HTML that is returned:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML>
<HEAD>
<title>WebForm1</title>
<meta content=3D"Microsoft Visual Studio.NET 7.0"
name=3D"GENERATOR">
<meta content=3D"Visual Basic 7.0" name=3D"CODE_LANGUAGE">
<meta content=3D"JavaScript"
name=3D"vs_defaultClientScript">
<meta
content=3D"
http://schemas.microsoft.com/intellisense/ie5"
;
name=3D"vs_targetSchema">
</HEAD>
<body MS_POSITIONING=3D"GridLayout">
<form name=3D"Form1" method=3D"post" action=3D"records.aspx"
id=3D"Form1"> <input type=3D"hidden" name=3D"__VIEWSTATE"
value=3D"dDwtOTEzODQ4NTYxO3Q8O2w8aTwxPjs+O2w8dDw7bDxpPDE+Oz47bDx0PEAwPDs7=
O
zs7Ozs7Ozs+Ozs+Oz4+Oz4+Oz7goD7/r3qjV7I8qmmQeOCulb9QZQ=3D=3D" />
</form>
</body>
</HTML>
I'm also getting a run time error on my "staging" server with the
following error. I have modified the web.config file to fix this problem
however it won't go away.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode=3D"Off"/>
</system.web>
</configuration>
=20
Thanks for all the help!!
Sincerely,
Jeff Giesbrecht
Reply to this message...
Ahmed, Salman
Where is the datagrid? Your page looks pretty empty to me besides the hidden
viewstate.
-----Original Message-----
From: Giesbrecht, Jeff [mailto:
Click here to reveal e-mail address
]
Sent: Wednesday, June 05, 2002 11:11 AM
To: aspngconfig
Subject: [aspngconfig] ASPX page displaying a blank page...
Being new to ASP.NET I can't figure out why my server is only returning
a "blank" page. The aspx page contains a data grid and everything build
properly in VS.NET.
Here is the HTML that is returned:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML>
<HEAD>
<title>WebForm1</title>
<meta content="Microsoft Visual Studio.NET 7.0"
name="GENERATOR">
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
<meta content="JavaScript"
name="vs_defaultClientScript">
<meta
content="
http://schemas.microsoft.com/intellisense/ie5"
;
name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form name="Form1" method="post" action="records.aspx"
id="Form1"> <input type="hidden" name="__VIEWSTATE"
value="dDwtOTEzODQ4NTYxO3Q8O2w8aTwxPjs+O2w8dDw7bDxpPDE+Oz47bDx0PEAwPDs7O
zs7Ozs7Ozs+Ozs+Oz4+Oz4+Oz7goD7/r3qjV7I8qmmQeOCulb9QZQ==" />
</form>
</body>
</HTML>
I'm also getting a run time error on my "staging" server with the
following error. I have modified the web.config file to fix this problem
however it won't go away.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Thanks for all the help!!
Sincerely,
Jeff Giesbrecht
| [aspngconfig] member
Click here to reveal e-mail address
= YOUR ID
|
http://www.asplists.com/asplists/aspngconfig.asp
= JOIN/QUIT
|
http://www.asplists.com/search
= SEARCH Archives
Reply to this message...
Giesbrecht, Jeff
The data grid is in the aspx page. Well I tried both the code behind as
well the put the script right in the page and neither of them worked.
Then I was poking around and realized the permissions weren't correct
and adjusted those but was still getting an error on the web server
saying:
"Access denied to 'D:\Development\PESQ\' directory. Failed to start
monitoring directory changes"
Thanks for the help!!
- Jeff
-----Original Message-----
From: Ahmed, Salman [mailto:
Click here to reveal e-mail address
]=20
Sent: Wednesday, June 05, 2002 1:30 PM
To: aspngconfig
Subject: [aspngconfig] RE: ASPX page displaying a blank page...
Where is the datagrid? Your page looks pretty empty to me besides the
hidden viewstate.
-----Original Message-----
From: Giesbrecht, Jeff [mailto:
Click here to reveal e-mail address
]=20
Sent: Wednesday, June 05, 2002 11:11 AM
To: aspngconfig
Subject: [aspngconfig] ASPX page displaying a blank page...
Being new to ASP.NET I can't figure out why my server is only returning
a "blank" page. The aspx page contains a data grid and everything build
properly in VS.NET.
Here is the HTML that is returned:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML>
<HEAD>
<title>WebForm1</title>
<meta content=3D"Microsoft Visual Studio.NET 7.0"
name=3D"GENERATOR">
<meta content=3D"Visual Basic 7.0" name=3D"CODE_LANGUAGE">
<meta content=3D"JavaScript"
name=3D"vs_defaultClientScript">
<meta
content=3D"
http://schemas.microsoft.com/intellisense/ie5"
;
name=3D"vs_targetSchema">
</HEAD>
<body MS_POSITIONING=3D"GridLayout">
<form name=3D"Form1" method=3D"post" action=3D"records.aspx"
id=3D"Form1"> <input type=3D"hidden" name=3D"__VIEWSTATE"
value=3D"dDwtOTEzODQ4NTYxO3Q8O2w8aTwxPjs+O2w8dDw7bDxpPDE+Oz47bDx0PEAwPDs7=
O
zs7Ozs7Ozs+Ozs+Oz4+Oz4+Oz7goD7/r3qjV7I8qmmQeOCulb9QZQ=3D=3D" />
</form>
</body>
</HTML>
I'm also getting a run time error on my "staging" server with the
following error. I have modified the web.config file to fix this problem
however it won't go away.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode=3D"Off"/>
</system.web>
</configuration>
=20
Thanks for all the help!!
Sincerely,
Jeff Giesbrecht
| [aspngconfig] member
Click here to reveal e-mail address
=3D YOUR ID=20
|
http://www.asplists.com/asplists/aspngconfig.asp
=3D JOIN/QUIT=20
|
http://www.asplists.com/search
=3D SEARCH Archives
| [aspngconfig] member
Click here to reveal e-mail address
=3D YOUR ID=20
|
http://www.asplists.com/asplists/aspngconfig.asp
=3D JOIN/QUIT=20
|
http://www.asplists.com/search
=3D SEARCH Archives
Reply to this message...
Ahmed, Salman
I don't follow you.
Whether the datagrid is created in the codebehind or not you still need to
have the control definition in the .aspx page.
e.g.
<asp:DataGrid id="dgWhatever" runat="server"/>
I'm I missing something here? Are you using the datagrid in the codebehind
exclusively and outputting results from the codebehind?
-----Original Message-----
From: Giesbrecht, Jeff [mailto:
Click here to reveal e-mail address
]
Sent: Wednesday, June 05, 2002 4:07 PM
To: aspngconfig
Subject: [aspngconfig] RE: ASPX page displaying a blank page...
The data grid is in the aspx page. Well I tried both the code behind as
well the put the script right in the page and neither of them worked.
Then I was poking around and realized the permissions weren't correct
and adjusted those but was still getting an error on the web server
saying:
"Access denied to 'D:\Development\PESQ\' directory. Failed to start
monitoring directory changes"
Thanks for the help!!
- Jeff
-----Original Message-----
From: Ahmed, Salman [mailto:
Click here to reveal e-mail address
]
Sent: Wednesday, June 05, 2002 1:30 PM
To: aspngconfig
Subject: [aspngconfig] RE: ASPX page displaying a blank page...
Where is the datagrid? Your page looks pretty empty to me besides the
hidden viewstate.
-----Original Message-----
From: Giesbrecht, Jeff [mailto:
Click here to reveal e-mail address
]
Sent: Wednesday, June 05, 2002 11:11 AM
To: aspngconfig
Subject: [aspngconfig] ASPX page displaying a blank page...
Being new to ASP.NET I can't figure out why my server is only returning
a "blank" page. The aspx page contains a data grid and everything build
properly in VS.NET.
Here is the HTML that is returned:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML>
<HEAD>
<title>WebForm1</title>
<meta content="Microsoft Visual Studio.NET 7.0"
name="GENERATOR">
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
<meta content="JavaScript"
name="vs_defaultClientScript">
<meta
content="
http://schemas.microsoft.com/intellisense/ie5"
;
name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form name="Form1" method="post" action="records.aspx"
id="Form1"> <input type="hidden" name="__VIEWSTATE"
value="dDwtOTEzODQ4NTYxO3Q8O2w8aTwxPjs+O2w8dDw7bDxpPDE+Oz47bDx0PEAwPDs7O
zs7Ozs7Ozs+Ozs+Oz4+Oz4+Oz7goD7/r3qjV7I8qmmQeOCulb9QZQ==" />
</form>
</body>
</HTML>
I'm also getting a run time error on my "staging" server with the
following error. I have modified the web.config file to fix this problem
however it won't go away.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Thanks for all the help!!
Sincerely,
Jeff Giesbrecht
| [aspngconfig] member
Click here to reveal e-mail address
= YOUR ID
|
http://www.asplists.com/asplists/aspngconfig.asp
= JOIN/QUIT
|
http://www.asplists.com/search
= SEARCH Archives
| [aspngconfig] member
Click here to reveal e-mail address
= YOUR ID
|
http://www.asplists.com/asplists/aspngconfig.asp
= JOIN/QUIT
|
http://www.asplists.com/search
= SEARCH Archives
| [aspngconfig] member
Click here to reveal e-mail address
= YOUR ID
|
http://www.asplists.com/asplists/aspngconfig.asp
= JOIN/QUIT
|
http://www.asplists.com/search
= SEARCH Archives
Reply to this message...
Giesbrecht, Jeff
I'm building the project in VS.NET and I did drag a datagrid onto the
aspx page, configured it for paging, etc.
Looking at the source in VS.NET everything appears to be correct,
however when viewed in a browser there is nothing on the screen.
The HTML source that I posted is what is contained in the "blank" page.
What I can't understand is how to get the page to display the
information. There has to be something little I'm missing but I can't
figure out what in the world it is. :-)
Thanks for the help,
Jeff
-----Original Message-----
From: Ahmed, Salman [mailto:
Click here to reveal e-mail address
]=20
Sent: Wednesday, June 05, 2002 3:46 PM
To: aspngconfig
Subject: [aspngconfig] RE: ASPX page displaying a blank page...
I don't follow you.
Whether the datagrid is created in the codebehind or not you still need
to have the control definition in the .aspx page.
e.g.
<asp:DataGrid id=3D"dgWhatever" runat=3D"server"/>
I'm I missing something here? Are you using the datagrid in the
codebehind exclusively and outputting results from the codebehind?
-----Original Message-----
From: Giesbrecht, Jeff [mailto:
Click here to reveal e-mail address
]=20
Sent: Wednesday, June 05, 2002 4:07 PM
To: aspngconfig
Subject: [aspngconfig] RE: ASPX page displaying a blank page...
The data grid is in the aspx page. Well I tried both the code behind as
well the put the script right in the page and neither of them worked.
Then I was poking around and realized the permissions weren't correct
and adjusted those but was still getting an error on the web server
saying:
"Access denied to 'D:\Development\PESQ\' directory. Failed to start
monitoring directory changes"
Thanks for the help!!
- Jeff
-----Original Message-----
From: Ahmed, Salman [mailto:
Click here to reveal e-mail address
]=20
Sent: Wednesday, June 05, 2002 1:30 PM
To: aspngconfig
Subject: [aspngconfig] RE: ASPX page displaying a blank page...
Where is the datagrid? Your page looks pretty empty to me besides the
hidden viewstate.
-----Original Message-----
From: Giesbrecht, Jeff [mailto:
Click here to reveal e-mail address
]=20
Sent: Wednesday, June 05, 2002 11:11 AM
To: aspngconfig
Subject: [aspngconfig] ASPX page displaying a blank page...
Being new to ASP.NET I can't figure out why my server is only returning
a "blank" page. The aspx page contains a data grid and everything build
properly in VS.NET.
Here is the HTML that is returned:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML>
<HEAD>
<title>WebForm1</title>
<meta content=3D"Microsoft Visual Studio.NET 7.0"
name=3D"GENERATOR">
<meta content=3D"Visual Basic 7.0" name=3D"CODE_LANGUAGE">
<meta content=3D"JavaScript"
name=3D"vs_defaultClientScript">
<meta
content=3D"
http://schemas.microsoft.com/intellisense/ie5"
;
name=3D"vs_targetSchema">
</HEAD>
<body MS_POSITIONING=3D"GridLayout">
<form name=3D"Form1" method=3D"post" action=3D"records.aspx"
id=3D"Form1"> <input type=3D"hidden" name=3D"__VIEWSTATE"
value=3D"dDwtOTEzODQ4NTYxO3Q8O2w8aTwxPjs+O2w8dDw7bDxpPDE+Oz47bDx0PEAwPDs7=
O
zs7Ozs7Ozs+Ozs+Oz4+Oz4+Oz7goD7/r3qjV7I8qmmQeOCulb9QZQ=3D=3D" />
</form>
</body>
</HTML>
I'm also getting a run time error on my "staging" server with the
following error. I have modified the web.config file to fix this problem
however it won't go away.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode=3D"Off"/>
</system.web>
</configuration>
=20
Thanks for all the help!!
Sincerely,
Jeff Giesbrecht
Reply to this message...
Tim Royal
my memory is murky, but isn't there some render() function that has to be
called on some of those controls as a last step?
tim
->-----Original Message-----
->From: Giesbrecht, Jeff [mailto:
Click here to reveal e-mail address
]
->Sent: Thursday, June 06, 2002 9:19 AM
->To: aspngconfig
->Cc:
Click here to reveal e-mail address
->Subject: [aspngconfig] RE: ASPX page displaying a blank page...
->
->
->I'm building the project in VS.NET and I did drag a datagrid onto the
->aspx page, configured it for paging, etc.
->
->Looking at the source in VS.NET everything appears to be correct,
->however when viewed in a browser there is nothing on the screen.
->
->The HTML source that I posted is what is contained in the
->"blank" page.
->What I can't understand is how to get the page to display the
->information. There has to be something little I'm missing but I can't
->figure out what in the world it is. :-)
->
->Thanks for the help,
->
-> Jeff
->
->-----Original Message-----
->From: Ahmed, Salman [mailto:
Click here to reveal e-mail address
]
->Sent: Wednesday, June 05, 2002 3:46 PM
->To: aspngconfig
->Subject: [aspngconfig] RE: ASPX page displaying a blank page...
->
->
->I don't follow you.
->
->Whether the datagrid is created in the codebehind or not you
->still need
->to have the control definition in the .aspx page.
->
->e.g.
->
-><asp:DataGrid id="dgWhatever" runat="server"/>
->
->I'm I missing something here? Are you using the datagrid in the
->codebehind exclusively and outputting results from the codebehind?
->
->
->
->-----Original Message-----
->From: Giesbrecht, Jeff [mailto:
Click here to reveal e-mail address
]
->Sent: Wednesday, June 05, 2002 4:07 PM
->To: aspngconfig
->Subject: [aspngconfig] RE: ASPX page displaying a blank page...
->
->The data grid is in the aspx page. Well I tried both the code
->behind as
->well the put the script right in the page and neither of them worked.
->
->Then I was poking around and realized the permissions weren't correct
->and adjusted those but was still getting an error on the web server
->saying:
->"Access denied to 'D:\Development\PESQ\' directory. Failed to start
->monitoring directory changes"
->
->Thanks for the help!!
->
->- Jeff
->
->-----Original Message-----
->From: Ahmed, Salman [mailto:
Click here to reveal e-mail address
]
->Sent: Wednesday, June 05, 2002 1:30 PM
->To: aspngconfig
->Subject: [aspngconfig] RE: ASPX page displaying a blank page...
->
->
->Where is the datagrid? Your page looks pretty empty to me besides the
->hidden viewstate.
->
->-----Original Message-----
->From: Giesbrecht, Jeff [mailto:
Click here to reveal e-mail address
]
->Sent: Wednesday, June 05, 2002 11:11 AM
->To: aspngconfig
->Subject: [aspngconfig] ASPX page displaying a blank page...
->
->Being new to ASP.NET I can't figure out why my server is only
->returning
->a "blank" page. The aspx page contains a data grid and
->everything build
->properly in VS.NET.
->
->Here is the HTML that is returned:
-><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML>
-> <HEAD>
-> <title>WebForm1</title>
-> <meta content="Microsoft Visual Studio.NET 7.0"
->name="GENERATOR">
-> <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
-> <meta content="JavaScript"
->name="vs_defaultClientScript">
-> <meta
->content="
http://schemas.microsoft.com/intellisense/ie5"
;
->name="vs_targetSchema">
-> </HEAD>
-> <body MS_POSITIONING="GridLayout">
-> <form name="Form1" method="post" action="records.aspx"
->id="Form1"> <input type="hidden" name="__VIEWSTATE"
->value="dDwtOTEzODQ4NTYxO3Q8O2w8aTwxPjs+O2w8dDw7bDxpPDE+Oz47bDx
->0PEAwPDs7O
->zs7Ozs7Ozs+Ozs+Oz4+Oz4+Oz7goD7/r3qjV7I8qmmQeOCulb9QZQ==" />
->
-> </form>
-> </body>
-></HTML>
->
->I'm also getting a run time error on my "staging" server with the
->following error. I have modified the web.config file to fix
->this problem
->however it won't go away.
->
-><!-- Web.Config Configuration File -->
->
-><configuration>
-> <system.web>
-> <customErrors mode="Off"/>
-> </system.web>
-></configuration>
->
->
->Thanks for all the help!!
->
->Sincerely,
-> Jeff Giesbrecht
->
->| [aspngconfig] member
Click here to reveal e-mail address
= YOUR ID
->|
http://www.asplists.com/asplists/aspngconfig.asp
= JOIN/QUIT
->|
http://www.asplists.com/search
= SEARCH Archives
->
->
->
Reply to this message...
System.Web.UI.WebControls.DataGrid
System.Windows.Forms.DataGrid
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com