|
 |
aspx thread: PreRender, OnPreRender, Render? Which one is it?
Message #1 by "Jeffrey Widmer" <jwidmer@o...> on Sat, 3 Mar 2001 15:40:50 -0500
|
|
I have been working through the Wrox book A Preview to Active Server Pages+.
I've gotten stuck on Chapter 7 and the protected override PreRender method.
I saw an earlier post saying that this method has been changed in Beta 1,
but what has it been changed to? I am translating the example into VB.Net
so if anyone knows the correct syntax I would appreciate it.
Thanks in advance,
-Jeff
Message #2 by "Richard Anderson" <rja@a...> on Sun, 4 Mar 2001 01:49:46 -0000
|
|
Hi,
It's OnPreRender in beta1. If you have more questions you might like to
also post them over at http://www.egroups.com/group/aspdotnetwebcontrols.
It's a dedicated list for ASP.NET server control development I setup.
Regards,
Richard.
----- Original Message -----
From: "Jeffrey Widmer" <jwidmer@o...>
To: "ASP+" <aspx@p...>
Sent: Saturday, March 03, 2001 8:40 PM
Subject: [aspx] PreRender, OnPreRender, Render? Which one is it?
> I have been working through the Wrox book A Preview to Active Server
Pages+.
> I've gotten stuck on Chapter 7 and the protected override PreRender
method.
> I saw an earlier post saying that this method has been changed in Beta 1,
> but what has it been changed to? I am translating the example into VB.Net
> so if anyone knows the correct syntax I would appreciate it.
> Thanks in advance,
> -Jeff
Message #3 by "Prasad" <prasadv@m...> on Sun, 4 Mar 2001 09:52:40 +0530
|
|
It is protected override OnPreRender()
Check up the SDK System.Web.UI.Control class
Prasad DV
> Subject: PreRender, OnPreRender, Render? Which one is it?
> From: "Jeffrey Widmer" <jwidmer@o...>
> Date: Sat, 3 Mar 2001 15:40:50 -0500
> X-Message-Number: 2
>
> I have been working through the Wrox book A Preview to Active Server
Pages+.
> I've gotten stuck on Chapter 7 and the protected override PreRender
method.
> I saw an earlier post saying that this method has been changed in Beta 1,
> but what has it been changed to? I am translating the example into VB.Net
> so if anyone knows the correct syntax I would appreciate it.
> Thanks in advance,
> -Jeff
>
>
|
|
 |