Ask a Question related to ASP.NET General, Design and Development.
-
Anatoly #1
When control init event fired???
Put any control on web page.
create Init event for ths control.
Write Response.Write("here") inside this event.
Compile\build\run. I never saw "here" string appear on web page. Why???
Anatoly Guest
-
User control init event in C#
Hi everybody I’m using user controls in a web application, and i’m triyng to make use of its init event. This is the sample code I’m using... -
datagrid as Composite control... PageIndexChanged event don't get Fired!! Pls Help
Hi I am facing a problem... I implemented DataGrid with other Controls as Composite Control. The DataGrid works fine it gets display in my... -
Button.Init? how Do I know if click event has been fired? TextBox.TextChanged event before Button.Click in a CompositeCustomControl.
Hello I have the following situation: (everything is dynamic (controls.add)) 1. Button.Init { WasButtonClickFired = true } 2.... -
Know in user control page_load if an user control event is going to be fired
Hi all, i have built a user control that shows a map and let the user zoom in, out, usual stuff. Putting this object in a webform the user can... -
Event fired where it shouldn't!
I am using one main aspx page, in which i am loading different user controls for different web pages. At one place, when i load a user control from... -
Jim Cheshire #2
RE: When control init event fired???
Anatoly,
Let me look into this for you and get back to you. If you dynamically
create the control, it will fire the Init event, but it should fire either
way I would think.
Jim Cheshire
Developer Support
ASP.NET
[email]jamesche@online.microsoft.com[/email]
This post is provided as-is with no warranties and confers no rights.
-------------------->From: "Anatoly" <anatolyr@gilat.com>
>Subject: When control init event fired???
>Date: Wed, 30 Jul 2003 11:25:43 +0200
>Lines: 6
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>Message-ID: <OTSGrPnVDHA.532@TK2MSFTNGP10.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>NNTP-Posting-Host: 212.150.128.10
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163266
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
>Put any control on web page.
>create Init event for ths control.
>Write Response.Write("here") inside this event.
>Compile\build\run. I never saw "here" string appear on web page. Why???
>
>
>Jim Cheshire Guest
-
Jim Cheshire [MSFT] #3
Re: When control init event fired???
Anatoly,
I believe the reason for this is that by the time you hook the event, it
has already fired. That is why if you dynamically create the control, the
Init event fires without issues. That's what I'm checking on.
Jim Cheshire
Developer Support
ASP.NET
[email]jamesche@online.microsoft.com[/email]
This post is provided as-is with no warranties and confers no rights.
--------------------<UoFTn7qVDHA.916@cpmsftngxa06.phx.gbl>>From: "Anatoly" <anatolyr@gilat.com>
>References: <OTSGrPnVDHA.532@TK2MSFTNGP10.phx.gbl>either>Subject: Re: When control init event fired???
>Date: Wed, 30 Jul 2003 18:47:42 +0200
>Lines: 46
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>Message-ID: <OsZ7pGrVDHA.2288@TK2MSFTNGP12.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>NNTP-Posting-Host: 212.150.128.10
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163406
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
>Control droped on webpage in design time, still Init event wont fire(I try
>several controls: textbox, dropdown)
>Thanks
>
>"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in message
>news:UoFTn7qVDHA.916@cpmsftngxa06.phx.gbl...>> Anatoly,
>>
>> Let me look into this for you and get back to you. If you dynamically
>> create the control, it will fire the Init event, but it should fire>microsoft.public.dotnet.framework.aspnet:163266>> way I would think.
>>
>> Jim Cheshire
>> Developer Support
>> ASP.NET
>> [email]jamesche@online.microsoft.com[/email]
>>
>> This post is provided as-is with no warranties and confers no rights.
>>
>> -------------------->> >From: "Anatoly" <anatolyr@gilat.com>
>> >Subject: When control init event fired???
>> >Date: Wed, 30 Jul 2003 11:25:43 +0200
>> >Lines: 6
>> >X-Priority: 3
>> >X-MSMail-Priority: Normal
>> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>> >Message-ID: <OTSGrPnVDHA.532@TK2MSFTNGP10.phx.gbl>
>> >Newsgroups: microsoft.public.dotnet.framework.aspnet
>> >NNTP-Posting-Host: 212.150.128.10
>> >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
>> >Xref: cpmsftngxa06.phx.gbl>>>>> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>> >
>> >Put any control on web page.
>> >create Init event for ths control.
>> >Write Response.Write("here") inside this event.
>> >Compile\build\run. I never saw "here" string appear on web page. Why???
>> >
>> >
>> >
>
>Jim Cheshire [MSFT] Guest
-
Jim Cheshire [MSFT] #4
Re: When control init event fired???
Anatoly,
I haven't forgotten you. Still tracking this down for you.
Jim Cheshire
Developer Support
ASP.NET
[email]jamesche@online.microsoft.com[/email]
This post is provided as-is with no warranties and confers no rights.
--------------------<UoFTn7qVDHA.916@cpmsftngxa06.phx.gbl>>X-Tomcat-ID: 485380958
>References: <OTSGrPnVDHA.532@TK2MSFTNGP10.phx.gbl>
<OsZ7pGrVDHA.2288@TK2MSFTNGP12.phx.gbl>>MIME-Version: 1.0
>Content-Type: text/plain
>Content-Transfer-Encoding: 7bit
>From: [email]jamesche@online.microsoft.com[/email] (Jim Cheshire [MSFT])
>Organization: Microsoft
>Date: Wed, 30 Jul 2003 16:55:50 GMT
>Subject: Re: When control init event fired???
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>Message-ID: <y$tJwtrVDHA.2000@cpmsftngxa06.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>Lines: 68
>Path: cpmsftngxa06.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163439
>NNTP-Posting-Host: TOMCATIMPORT2 10.201.218.182
>
>Anatoly,
>
>I believe the reason for this is that by the time you hook the event, it
>has already fired. That is why if you dynamically create the control, the
>Init event fires without issues. That's what I'm checking on.
>
>Jim Cheshire
>Developer Support
>ASP.NET
>jamesche@online.microsoft.com
>
>This post is provided as-is with no warranties and confers no rights.
>
>--------------------><UoFTn7qVDHA.916@cpmsftngxa06.phx.gbl>>>From: "Anatoly" <anatolyr@gilat.com>
>>References: <OTSGrPnVDHA.532@TK2MSFTNGP10.phx.gbl>>either>>Subject: Re: When control init event fired???
>>Date: Wed, 30 Jul 2003 18:47:42 +0200
>>Lines: 46
>>X-Priority: 3
>>X-MSMail-Priority: Normal
>>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>>Message-ID: <OsZ7pGrVDHA.2288@TK2MSFTNGP12.phx.gbl>
>>Newsgroups: microsoft.public.dotnet.framework.aspnet
>>NNTP-Posting-Host: 212.150.128.10
>>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
>>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163406
>>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>>
>>Control droped on webpage in design time, still Init event wont fire(I try
>>several controls: textbox, dropdown)
>>Thanks
>>
>>"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in message
>>news:UoFTn7qVDHA.916@cpmsftngxa06.phx.gbl...>>> Anatoly,
>>>
>>> Let me look into this for you and get back to you. If you dynamically
>>> create the control, it will fire the Init event, but it should fire>>>microsoft.public.dotnet.framework.aspnet:16326 6>>> way I would think.
>>>
>>> Jim Cheshire
>>> Developer Support
>>> ASP.NET
>>> [email]jamesche@online.microsoft.com[/email]
>>>
>>> This post is provided as-is with no warranties and confers no rights.
>>>
>>> --------------------
>>> >From: "Anatoly" <anatolyr@gilat.com>
>>> >Subject: When control init event fired???
>>> >Date: Wed, 30 Jul 2003 11:25:43 +0200
>>> >Lines: 6
>>> >X-Priority: 3
>>> >X-MSMail-Priority: Normal
>>> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>>> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>>> >Message-ID: <OTSGrPnVDHA.532@TK2MSFTNGP10.phx.gbl>
>>> >Newsgroups: microsoft.public.dotnet.framework.aspnet
>>> >NNTP-Posting-Host: 212.150.128.10
>>> >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
>>> >Xref: cpmsftngxa06.phx.gbl>>>>> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>>> >
>>> >Put any control on web page.
>>> >create Init event for ths control.
>>> >Write Response.Write("here") inside this event.
>>> >Compile\build\run. I never saw "here" string appear on web page. Why???
>>> >
>>> >
>>> >
>>>
>>
>>
>Jim Cheshire [MSFT] Guest
-
Jim Cheshire [MSFT] #5
Re: When control init event fired???
Anatoly,
The Init event for a control created in Design view is handled in the
OnInit for the page. If you want to explicitly handle the Init event, you
need to explicitly create the control by doing it dynamically.
Jim Cheshire [MSFT]
Developer Support
ASP.NET
[email]jamesche@online.microsoft.com[/email]
This post is provided as-is with no warranties and confers no rights.
--------------------<UoFTn7qVDHA.916@cpmsftngxa06.phx.gbl>>X-Tomcat-ID: 629347168
>References: <OTSGrPnVDHA.532@TK2MSFTNGP10.phx.gbl>
<OsZ7pGrVDHA.2288@TK2MSFTNGP12.phx.gbl>
<y$tJwtrVDHA.2000@cpmsftngxa06.phx.gbl>the>MIME-Version: 1.0
>Content-Type: text/plain
>Content-Transfer-Encoding: 7bit
>From: [email]jamesche@online.microsoft.com[/email] (Jim Cheshire [MSFT])
>Organization: Microsoft
>Date: Fri, 01 Aug 2003 22:19:17 GMT
>Subject: Re: When control init event fired???
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>Message-ID: <U3mWxrHWDHA.576@cpmsftngxa06.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>Lines: 96
>Path: cpmsftngxa06.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:164273
>NNTP-Posting-Host: TOMCATIMPORT1 10.201.218.122
>
>Anatoly,
>
>I haven't forgotten you. Still tracking this down for you.
>
>Jim Cheshire
>Developer Support
>ASP.NET
>jamesche@online.microsoft.com
>
>This post is provided as-is with no warranties and confers no rights.
>
>--------------------><UoFTn7qVDHA.916@cpmsftngxa06.phx.gbl>>>X-Tomcat-ID: 485380958
>>References: <OTSGrPnVDHA.532@TK2MSFTNGP10.phx.gbl>
><OsZ7pGrVDHA.2288@TK2MSFTNGP12.phx.gbl>>>MIME-Version: 1.0
>>Content-Type: text/plain
>>Content-Transfer-Encoding: 7bit
>>From: [email]jamesche@online.microsoft.com[/email] (Jim Cheshire [MSFT])
>>Organization: Microsoft
>>Date: Wed, 30 Jul 2003 16:55:50 GMT
>>Subject: Re: When control init event fired???
>>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>>Message-ID: <y$tJwtrVDHA.2000@cpmsftngxa06.phx.gbl>
>>Newsgroups: microsoft.public.dotnet.framework.aspnet
>>Lines: 68
>>Path: cpmsftngxa06.phx.gbl
>>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163439
>>NNTP-Posting-Host: TOMCATIMPORT2 10.201.218.182
>>
>>Anatoly,
>>
>>I believe the reason for this is that by the time you hook the event, it
>>has already fired. That is why if you dynamically create the control,microsoft.public.dotnet.framework.aspnet:163406>>Init event fires without issues. That's what I'm checking on.
>>
>>Jim Cheshire
>>Developer Support
>>ASP.NET
>>jamesche@online.microsoft.com
>>
>>This post is provided as-is with no warranties and confers no rights.
>>
>>-------------------->><UoFTn7qVDHA.916@cpmsftngxa06.phx.gbl>>>>From: "Anatoly" <anatolyr@gilat.com>
>>>References: <OTSGrPnVDHA.532@TK2MSFTNGP10.phx.gbl>>>>Subject: Re: When control init event fired???
>>>Date: Wed, 30 Jul 2003 18:47:42 +0200
>>>Lines: 46
>>>X-Priority: 3
>>>X-MSMail-Priority: Normal
>>>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>>>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>>>Message-ID: <OsZ7pGrVDHA.2288@TK2MSFTNGP12.phx.gbl>
>>>Newsgroups: microsoft.public.dotnet.framework.aspnet
>>>NNTP-Posting-Host: 212.150.128.10
>>>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
>>>Xref: cpmsftngxa06.phx.gbltry>>>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>>>
>>>Control droped on webpage in design time, still Init event wont fire(IWhy???>>either>>>several controls: textbox, dropdown)
>>>Thanks
>>>
>>>"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in message
>>>news:UoFTn7qVDHA.916@cpmsftngxa06.phx.gbl...
>>>> Anatoly,
>>>>
>>>> Let me look into this for you and get back to you. If you dynamically
>>>> create the control, it will fire the Init event, but it should fire>>>> way I would think.
>>>>
>>>> Jim Cheshire
>>>> Developer Support
>>>> ASP.NET
>>>> [email]jamesche@online.microsoft.com[/email]
>>>>
>>>> This post is provided as-is with no warranties and confers no rights.
>>>>
>>>> --------------------
>>>> >From: "Anatoly" <anatolyr@gilat.com>
>>>> >Subject: When control init event fired???
>>>> >Date: Wed, 30 Jul 2003 11:25:43 +0200
>>>> >Lines: 6
>>>> >X-Priority: 3
>>>> >X-MSMail-Priority: Normal
>>>> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>>>> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>>>> >Message-ID: <OTSGrPnVDHA.532@TK2MSFTNGP10.phx.gbl>
>>>> >Newsgroups: microsoft.public.dotnet.framework.aspnet
>>>> >NNTP-Posting-Host: 212.150.128.10
>>>> >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
>>>> >Xref: cpmsftngxa06.phx.gbl
>>>microsoft.public.dotnet.framework.aspnet:1632 66
>>>> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>>>> >
>>>> >Put any control on web page.
>>>> >create Init event for ths control.
>>>> >Write Response.Write("here") inside this event.
>>>> >Compile\build\run. I never saw "here" string appear on web page.>>>>>>> >
>>>> >
>>>> >
>>>>
>>>
>>>
>>>
>>
>Jim Cheshire [MSFT] Guest



Reply With Quote

