Re: Setting Control Properties before postback
From: One Handed Man \( OHM#\) ("One)
Date: 06/12/04
- Previous message: John: "Re: Error loading class when developing web pages under folders"
- In reply to: John Saunders: "Re: Setting Control Properties before postback"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 12 Jun 2004 07:49:03 +0100
I keep getting the feeling that we are talking at cross purposes with Angel.
I would like Angel to give us a step by step list of what he is expecting to
happen like.
1.) User clicks button and postback is initiated.
2.) Page_Load event is fired.
3.) My code does this in the 'Event' . . .
4.) I expected this to happen . . .
5.) and so on.
I am still a little confused as to what the OP is trying to acheive and
expect to happen.
OHM
"John Saunders" <johnwsaundersiii@notcoldmail.com> wrote in message
news:uhE$jQ$TEHA.1952@TK2MSFTNGP12.phx.gbl...
> "Angel" <Angel@discussions.microsoft.com> wrote in message
> news:A98009A9-2AF2-4899-AF82-2455D54AEEA6@microsoft.com...
> > What i am changing from my custom control is certain custom properties
of
> the control. I put a breakpoint on the button click event and the page
load
> event and it executes after my custom control has been rendered. Maybe its
> an issue with my custom control?
>
> If your custom control is being rendered before Page_Load, then it has a
> serious bug. Are you saying that you set a breakpoint on your custom
> control's Render method and that breakpoint is hit before the Page_Load
> breakpoint?
> --
> John Saunders
> johnwsaundersiii at hotmail
>
>
- Previous message: John: "Re: Error loading class when developing web pages under folders"
- In reply to: John Saunders: "Re: Setting Control Properties before postback"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|