Ask a Question related to ASP.NET General, Design and Development.
-
Carlo Marchesoni #1
fire button event programmatically
From an aspx page (A.aspx) I open another one (B.aspx -
for table lookup). When the user selects an entry in
B.aspx I would like to force a button's event in A.aspx
to be fired. I guess the only way is using javascript -
does anybody have a sample for this ?
Thanks
Carlo Marchesoni Guest
-
composite control does not fire event
Hi I have an aspx-page, where I load my custom-control (see below). The problem I have is that the event does not fire. I really cant figure out... -
Timer.Elapsed event doesn't want to fire
I am trying to learn how to use the System.Timers.Timer control to perform an action every certain amount of time. However, the Elapsed event... -
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.... -
how to fire a postback event
Hi, All I design a composite custom control, which has three dropdownlists in it. I find as long as one of the dropdownlist control's id is... -
Button in WebCustomControl don't fire the onclick event, why?
Maybe someone sees my mistake? The Button-OnClick-Event never fires... -------------------------------------------------------- The code from... -
Carlo Marchesoni #2
RE: fire button event programmatically
Lewis,
It looks interesting but I thing something went lost
during copy/paste, your code stops right when it starts
to become interesting.
Thanks('WebForm2.aspx','test','width=300,height=1>-----Original Message-----
>Thanks, Steve for the suggestions.
>
>Carlo, here is a sample for your reference.
>
>WebForm1.aspx:
>There is a href and a Button1[server control] on it.
>
><a
>href="javascript:test=window.openSystem.EventArgs e)>88');test.focus()">TEST</a>
>
>Button1'event:
>
>private void Button1_Click(object sender,the page.>{
>Response.Write ("Button1_Clicked~!");
>}
>
>WebForm2.aspx:
>
>Drag a Literal control and a Button1 from the Toolbox toSystem.EventArgs e)>
>private void Button1_Click(object sender,('fire');";>{
>string strjscript = "<script language='javascript'>alert();";> strjscript += "window.opener.Form1.Button1.clickconfers no rights.>//Form1 is the default form name of WebForm1.aspx
> strjscript += "</script" + ">";
> Literal1.Text = strjscript;
>}
>
>Please let me know if it meets your need. Thanks.
>
>Hope this helps
>
>Lewis
>
>This posting is provided "AS IS" with no warranties, andV5.50.4910.0300>
>
>--------------------
>| Content-Class: urn:content-classes:message
>| From: "Carlo Marchesoni" <carloma@trix.com>
>| Sender: "Carlo Marchesoni" <carloma@trix.com>
>| Subject: fire button event programmatically
>| Date: Tue, 29 Jul 2003 11:12:20 -0700
>| Lines: 6
>| Message-ID: <019001c355fc$f39147d0$a401280a@phx.gbl>
>| MIME-Version: 1.0
>| Content-Type: text/plain;
>| charset="iso-8859-1"
>| Content-Transfer-Encoding: 7bit
>| X-Newsreader: Microsoft CDO for Windows 2000
>| Thread-Index: AcNV/PORCJM8aNh4SiaWEZ4VauLzTg==
>| X-MimeOLE: Produced By Microsoft MimeOLEmicrosoft.public.dotnet.framework.aspnet:163071>| Newsgroups: microsoft.public.dotnet.framework.aspnet
>| Path: cpmsftngxa06.phx.gbl
>| Xref: cpmsftngxa06.phx.gblA.aspx>| NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
>| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>|
>| From an aspx page (A.aspx) I open another one (B.aspx -
>| for table lookup). When the user selects an entry in
>| B.aspx I would like to force a button's event in>| to be fired. I guess the only way is using javascript ->| does anybody have a sample for this ?
>| Thanks
>|
>
>.
>Carlo Marchesoni Guest
-
Lewis Wang [MSFT] #3
RE: fire button event programmatically
Hi Carlo,
Thank you for your reply.
The sample in my previous reply is just a snippet for demonstration.
I would also like to recommend one good article to you.
[url]http://aspnet.4guysfromrolla.com/articles/030202-1.aspx[/url]
Please let me know if you need more information, thanks.
Best Regards
Lewis
--------------------
| Content-Class: urn:content-classes:message
| From: "Carlo Marchesoni" <carloma@trix.com>
| Sender: "Carlo Marchesoni" <carloma@trix.com>
| References: <019001c355fc$f39147d0$a401280a@phx.gbl>
<Ch3eBalVDHA.2240@cpmsftngxa06.phx.gbl>
| Subject: RE: fire button event programmatically
| Date: Tue, 29 Jul 2003 23:39:35 -0700
| Lines: 88
| Message-ID: <070a01c35665$572f0210$a601280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcNWZVcsxsK24TmkRNiO/8+BKduVCw==
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163243
| NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Lewis,
| It looks interesting but I thing something went lost
| during copy/paste, your code stops right when it starts
| to become interesting.
| Thanks
| >-----Original Message-----
| >Thanks, Steve for the suggestions.
| >
| >Carlo, here is a sample for your reference.
| >
| >WebForm1.aspx:
| >There is a href and a Button1[server control] on it.
| >
| ><a
| >href="javascript:test=window.open
| ('WebForm2.aspx','test','width=300,height=1
| >88');test.focus()">TEST</a>
| >
| >Button1'event:
| >
| >private void Button1_Click(object sender,
| System.EventArgs e)
| >{
| >Response.Write ("Button1_Clicked~!");
| >}
| >
| >WebForm2.aspx:
| >
| >Drag a Literal control and a Button1 from the Toolbox to
| the page.
| >
| >private void Button1_Click(object sender,
| System.EventArgs e)
| >{
| >string strjscript = "<script language='javascript'>alert
| ('fire');";
| > strjscript += "window.opener.Form1.Button1.click
| ();";
| >//Form1 is the default form name of WebForm1.aspx
| > strjscript += "</script" + ">";
| > Literal1.Text = strjscript;
| >}
| >
| >Please let me know if it meets your need. Thanks.
| >
| >Hope this helps
| >
| >Lewis
| >
| >This posting is provided "AS IS" with no warranties, and
| confers no rights.
| >
| >
| >--------------------
| >| Content-Class: urn:content-classes:message
| >| From: "Carlo Marchesoni" <carloma@trix.com>
| >| Sender: "Carlo Marchesoni" <carloma@trix.com>
| >| Subject: fire button event programmatically
| >| Date: Tue, 29 Jul 2003 11:12:20 -0700
| >| Lines: 6
| >| Message-ID: <019001c355fc$f39147d0$a401280a@phx.gbl>
| >| MIME-Version: 1.0
| >| Content-Type: text/plain;
| >| charset="iso-8859-1"
| >| Content-Transfer-Encoding: 7bit
| >| X-Newsreader: Microsoft CDO for Windows 2000
| >| Thread-Index: AcNV/PORCJM8aNh4SiaWEZ4VauLzTg==
| >| X-MimeOLE: Produced By Microsoft MimeOLE
| V5.50.4910.0300
| >| Newsgroups: microsoft.public.dotnet.framework.aspnet
| >| Path: cpmsftngxa06.phx.gbl
| >| Xref: cpmsftngxa06.phx.gbl
| microsoft.public.dotnet.framework.aspnet:163071
| >| NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
| >| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| >|
| >| From an aspx page (A.aspx) I open another one (B.aspx -
| >| for table lookup). When the user selects an entry in
| >| B.aspx I would like to force a button's event in
| A.aspx
| >| to be fired. I guess the only way is using javascript -
|
| >| does anybody have a sample for this ?
| >| Thanks
| >|
| >
| >.
| >
|
Lewis Wang [MSFT] Guest
-
Carlo Marchesoni #4
RE: fire button event programmatically
Did you attach a file ? I just see 'here is a sample...'
and then WebForm1.aspx and WebForm1.aspx.cs but no
attachement and no reference to something else.
I don't understand.
Thanks for your helpevent from>-----Original Message-----
>Hi Carlo,
>
>Yes, you are right. It's not hard to fire a code-behindjavascript. It works fine>javascript.
>
>Here is a sample to fire a code-behind event fromfrom javascript.>on my side, you can try it on your side.
>
>//when we click Button2, Button1's event will be firedq=fire+an+event+javascript+yhhuang+click&hl>
>WebForm1.aspx
>WebForm1.aspx.cs
>
>Check this link for more information:
><[url]http://groups.google.com/groups?[/url]40cpmsftngxa06.phx.gbl&rnum=>=en&lr=&ie=UTF-8&oe=UTF-8&selm=xsSGTcBUDHA.2724%fire an event form>1>
>
>Please review my first post and you will know how toyou need more>another page, thanks.
>
>Does this answer your question? Please let me know ifconfers no rights.>information.
>
>Best Regards,
>Lewis
>
>This posting is provided "AS IS" with no warranties, andV5.50.4910.0300>
>
>
>--------------------
>| Content-Class: urn:content-classes:message
>| From: "Carlo Marchesoni" <carloma@trix.com>
>| Sender: "Carlo Marchesoni" <carloma@trix.com>
>| References: <019001c355fc$f39147d0$a401280a@phx.gbl>
><Ch3eBalVDHA.2240@cpmsftngxa06.phx.gbl>
><070a01c35665$572f0210$a601280a@phx.gbl>
><wPDIZtnVDHA.2080@cpmsftngxa06.phx.gbl>
>| Subject: RE: fire button event programmatically
>| Date: Wed, 30 Jul 2003 03:52:08 -0700
>| Lines: 150
>| Message-ID: <0b5101c35688$9f20be10$a301280a@phx.gbl>
>| MIME-Version: 1.0
>| Content-Type: text/plain;
>| charset="iso-8859-1"
>| Content-Transfer-Encoding: 7bit
>| X-Newsreader: Microsoft CDO for Windows 2000
>| X-MIMEOLE: Produced By Microsoft MimeOLEmicrosoft.public.dotnet.framework.aspnet:163297>| Thread-Index: AcNWiJ8cNpvbvIvxSYCetBeJ8RXIdw==
>| Newsgroups: microsoft.public.dotnet.framework.aspnet
>| Path: cpmsftngxa06.phx.gbl
>| Xref: cpmsftngxa06.phx.gblfrom>| NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
>| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>|
>| Sorry that I still don't get it - the article is
>| interesting and I manage to do it all, but this just
>| shows how to load values in the window.opener (or at
>| least that's what I understood). But I still don't see
>| how you can fire a code-behind event. At the end the
>| question probably is: how to fire code-behind eventyou.>| javascript.
>| Thanks for your help
>| >-----Original Message-----
>| >Hi Carlo,
>| >
>| >Thank you for your reply.
>| >
>| >The sample in my previous reply is just a snippet for
>| demonstration.
>| >
>| >I would also like to recommend one good article to1.aspx>| >[url]http://aspnet.4guysfromrolla.com/articles/030202-[/url]thanks.>| >
>| >Please let me know if you need more information,$a401280a@phx.gbl>>| >
>| >Best Regards
>| >
>| >Lewis
>| >
>| >--------------------
>| >| Content-Class: urn:content-classes:message
>| >| From: "Carlo Marchesoni" <carloma@trix.com>
>| >| Sender: "Carlo Marchesoni" <carloma@trix.com>
>| >| References: <019001c355fc$f39147d0microsoft.public.dotnet.framework.aspnet>| ><Ch3eBalVDHA.2240@cpmsftngxa06.phx.gbl>
>| >| Subject: RE: fire button event programmatically
>| >| Date: Tue, 29 Jul 2003 23:39:35 -0700
>| >| Lines: 88
>| >| Message-ID: <070a01c35665$572f0210$a601280a@phx.gbl>
>| >| MIME-Version: 1.0
>| >| Content-Type: text/plain;
>| >| charset="iso-8859-1"
>| >| Content-Transfer-Encoding: 7bit
>| >| X-Newsreader: Microsoft CDO for Windows 2000
>| >| X-MimeOLE: Produced By Microsoft MimeOLE
>| V5.50.4910.0300
>| >| Thread-Index: AcNWZVcsxsK24TmkRNiO/8+BKduVCw==
>| >| Newsgroups: microsoft.public.dotnet.framework.aspnet
>| >| Path: cpmsftngxa06.phx.gbl
>| >| Xref: cpmsftngxa06.phx.gbl
>| microsoft.public.dotnet.framework.aspnet:163243
>| >| NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
>| >| X-Tomcat-NG:lost>| >|
>| >| Lewis,
>| >| It looks interesting but I thing something wentit.>| >| during copy/paste, your code stops right when it
>| starts
>| >| to become interesting.
>| >| Thanks
>| >| >-----Original Message-----
>| >| >Thanks, Steve for the suggestions.
>| >| >
>| >| >Carlo, here is a sample for your reference.
>| >| >
>| >| >WebForm1.aspx:
>| >| >There is a href and a Button1[server control] onToolbox>| >| >
>| >| ><a
>| >| >href="javascript:test=window.open
>| >| ('WebForm2.aspx','test','width=300,height=1
>| >| >88');test.focus()">TEST</a>
>| >| >
>| >| >Button1'event:
>| >| >
>| >| >private void Button1_Click(object sender,
>| >| System.EventArgs e)
>| >| >{
>| >| >Response.Write ("Button1_Clicked~!");
>| >| >}
>| >| >
>| >| >WebForm2.aspx:
>| >| >
>| >| >Drag a Literal control and a Button1 from thewarranties,>| to
>| >| the page.
>| >| >
>| >| >private void Button1_Click(object sender,
>| >| System.EventArgs e)
>| >| >{
>| >| >string strjscript = "<script
>| language='javascript'>alert
>| >| ('fire');";
>| >| > strjscript += "window.opener.Form1.Button1.click
>| >| ();";
>| >| >//Form1 is the default form name of WebForm1.aspx
>| >| > strjscript += "</script" + ">";
>| >| > Literal1.Text = strjscript;
>| >| >}
>| >| >
>| >| >Please let me know if it meets your need. Thanks.
>| >| >
>| >| >Hope this helps
>| >| >
>| >| >Lewis
>| >| >
>| >| >This posting is provided "AS IS" with no$a401280a@phx.gbl>>| and
>| >| confers no rights.
>| >| >
>| >| >
>| >| >--------------------
>| >| >| Content-Class: urn:content-classes:message
>| >| >| From: "Carlo Marchesoni" <carloma@trix.com>
>| >| >| Sender: "Carlo Marchesoni" <carloma@trix.com>
>| >| >| Subject: fire button event programmatically
>| >| >| Date: Tue, 29 Jul 2003 11:12:20 -0700
>| >| >| Lines: 6
>| >| >| Message-ID: <019001c355fc$f39147d0microsoft.public.dotnet.framework.aspnet>| >| >| MIME-Version: 1.0
>| >| >| Content-Type: text/plain;
>| >| >| charset="iso-8859-1"
>| >| >| Content-Transfer-Encoding: 7bit
>| >| >| X-Newsreader: Microsoft CDO for Windows 2000
>| >| >| Thread-Index: AcNV/PORCJM8aNh4SiaWEZ4VauLzTg==
>| >| >| X-MimeOLE: Produced By Microsoft MimeOLE
>| >| V5.50.4910.0300
>| >| >| Newsgroups:entry>| >| >| Path: cpmsftngxa06.phx.gbl
>| >| >| Xref: cpmsftngxa06.phx.gbl
>| >| microsoft.public.dotnet.framework.aspnet:163071
>| >| >| NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
>| >| >| X-Tomcat-NG:
>| microsoft.public.dotnet.framework.aspnet
>| >| >|
>| >| >| From an aspx page (A.aspx) I open another one
>| (B.aspx -
>| >| >| for table lookup). When the user selects an>| in
>| >| >| B.aspx I would like to force a button's event in
>| >| A.aspx
>| >| >| to be fired. I guess the only way is using
>| javascript -
>| >|
>| >| >| does anybody have a sample for this ?
>| >| >| Thanks
>| >| >|
>| >| >
>| >| >.
>| >| >
>| >|
>| >
>| >.
>| >
>|Carlo Marchesoni Guest
-
Carlo Marchesoni #5
RE: fire button event programmatically
That easy .... ! Thanks a million times, it works.
is invalid, please>-----Original Message-----
>Hi Carlo,
>
>Yes, I attached two files in my prior post.
>
>I will send them to your mailbox. If your mail addressconfers no rights.>send the correct one to me(remove "online") . Thanks.
>
>Best Regards,
>Lewis Wang
>
>This posting is provided "AS IS" with no warranties, andV5.50.4910.0300>
>--------------------
>| Content-Class: urn:content-classes:message
>| From: "Carlo Marchesoni" <carloma@trix.com>
>| Sender: "Carlo Marchesoni" <carloma@trix.com>
>| References: <019001c355fc$f39147d0$a401280a@phx.gbl>
><Ch3eBalVDHA.2240@cpmsftngxa06.phx.gbl>
><070a01c35665$572f0210$a601280a@phx.gbl>
><wPDIZtnVDHA.2080@cpmsftngxa06.phx.gbl>
><0b5101c35688$9f20be10$a301280a@phx.gbl>
><dfcSQtqVDHA.2276@cpmsftngxa06.phx.gbl>
>| Subject: RE: fire button event programmatically
>| Date: Wed, 30 Jul 2003 09:58:08 -0700
>| Lines: 236
>| Message-ID: <0eeb01c356bb$c0767e50$a501280a@phx.gbl>
>| MIME-Version: 1.0
>| Content-Type: text/plain;
>| charset="iso-8859-1"
>| Content-Transfer-Encoding: 7bit
>| X-Newsreader: Microsoft CDO for Windows 2000
>| X-MimeOLE: Produced By Microsoft MimeOLEmicrosoft.public.dotnet.framework.aspnet:163444>| Thread-Index: AcNWu8B2jmMFBxsnR9CnHhmhAAxTNg==
>| Newsgroups: microsoft.public.dotnet.framework.aspnet
>| Path: cpmsftngxa06.phx.gbl
>| Xref: cpmsftngxa06.phx.gblsample...'>| NNTP-Posting-Host: TK2MSFTNGXA13 10.40.1.165
>| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>|
>| Did you attach a file ? I just see 'here is abehind>| and then WebForm1.aspx and WebForm1.aspx.cs but no
>| attachement and no reference to something else.
>| I don't understand.
>| Thanks for your help
>| >-----Original Message-----
>| >Hi Carlo,
>| >
>| >Yes, you are right. It's not hard to fire a code-fired>| event from
>| >javascript.
>| >
>| >Here is a sample to fire a code-behind event from
>| javascript. It works fine
>| >on my side, you can try it on your side.
>| >
>| >//when we click Button2, Button1's event will beand>| from javascript.
>| >
>| >WebForm1.aspx
>| >WebForm1.aspx.cs
>| >
>| >Check this link for more information:
>| ><[url]http://groups.google.com/groups?[/url]
>| q=fire+an+event+javascript+yhhuang+click&hl
>| >=en&lr=&ie=UTF-8&oe=UTF-8&selm=xsSGTcBUDHA.2724%
>| 40cpmsftngxa06.phx.gbl&rnum=
>| >1>
>| >
>| >Please review my first post and you will know how to
>| fire an event form
>| >another page, thanks.
>| >
>| >Does this answer your question? Please let me know if
>| you need more
>| >information.
>| >
>| >Best Regards,
>| >Lewis
>| >
>| >This posting is provided "AS IS" with no warranties,$a401280a@phx.gbl>>| confers no rights.
>| >
>| >
>| >
>| >--------------------
>| >| Content-Class: urn:content-classes:message
>| >| From: "Carlo Marchesoni" <carloma@trix.com>
>| >| Sender: "Carlo Marchesoni" <carloma@trix.com>
>| >| References: <019001c355fc$f39147d0microsoft.public.dotnet.framework.aspnet>| ><Ch3eBalVDHA.2240@cpmsftngxa06.phx.gbl>
>| ><070a01c35665$572f0210$a601280a@phx.gbl>
>| ><wPDIZtnVDHA.2080@cpmsftngxa06.phx.gbl>
>| >| Subject: RE: fire button event programmatically
>| >| Date: Wed, 30 Jul 2003 03:52:08 -0700
>| >| Lines: 150
>| >| Message-ID: <0b5101c35688$9f20be10$a301280a@phx.gbl>
>| >| MIME-Version: 1.0
>| >| Content-Type: text/plain;
>| >| charset="iso-8859-1"
>| >| Content-Transfer-Encoding: 7bit
>| >| X-Newsreader: Microsoft CDO for Windows 2000
>| >| X-MIMEOLE: Produced By Microsoft MimeOLE
>| V5.50.4910.0300
>| >| Thread-Index: AcNWiJ8cNpvbvIvxSYCetBeJ8RXIdw==
>| >| Newsgroups: microsoft.public.dotnet.framework.aspnet
>| >| Path: cpmsftngxa06.phx.gbl
>| >| Xref: cpmsftngxa06.phx.gbl
>| microsoft.public.dotnet.framework.aspnet:163297
>| >| NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
>| >| X-Tomcat-NG:just>| >|
>| >| Sorry that I still don't get it - the article is
>| >| interesting and I manage to do it all, but thisat>| >| shows how to load values in the window.opener (orsee>| >| least that's what I understood). But I still don'tthe>| >| how you can fire a code-behind event. At the endfor>| >| question probably is: how to fire code-behind event
>| from
>| >| javascript.
>| >| Thanks for your help
>| >| >-----Original Message-----
>| >| >Hi Carlo,
>| >| >
>| >| >Thank you for your reply.
>| >| >
>| >| >The sample in my previous reply is just a snippet$a601280a@phx.gbl>>| >| demonstration.
>| >| >
>| >| >I would also like to recommend one good article to
>| you.
>| >| >[url]http://aspnet.4guysfromrolla.com/articles/030202-[/url]
>| 1.aspx
>| >| >
>| >| >Please let me know if you need more information,
>| thanks.
>| >| >
>| >| >Best Regards
>| >| >
>| >| >Lewis
>| >| >
>| >| >--------------------
>| >| >| Content-Class: urn:content-classes:message
>| >| >| From: "Carlo Marchesoni" <carloma@trix.com>
>| >| >| Sender: "Carlo Marchesoni" <carloma@trix.com>
>| >| >| References: <019001c355fc$f39147d0
>| $a401280a@phx.gbl>
>| >| ><Ch3eBalVDHA.2240@cpmsftngxa06.phx.gbl>
>| >| >| Subject: RE: fire button event programmatically
>| >| >| Date: Tue, 29 Jul 2003 23:39:35 -0700
>| >| >| Lines: 88
>| >| >| Message-ID: <070a01c35665$572f0210microsoft.public.dotnet.framework.aspnet>| >| >| MIME-Version: 1.0
>| >| >| Content-Type: text/plain;
>| >| >| charset="iso-8859-1"
>| >| >| Content-Transfer-Encoding: 7bit
>| >| >| X-Newsreader: Microsoft CDO for Windows 2000
>| >| >| X-MimeOLE: Produced By Microsoft MimeOLE
>| >| V5.50.4910.0300
>| >| >| Thread-Index: AcNWZVcsxsK24TmkRNiO/8+BKduVCw==
>| >| >| Newsgroups:on>| >| >| Path: cpmsftngxa06.phx.gbl
>| >| >| Xref: cpmsftngxa06.phx.gbl
>| >| microsoft.public.dotnet.framework.aspnet:163243
>| >| >| NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
>| >| >| X-Tomcat-NG:
>| microsoft.public.dotnet.framework.aspnet
>| >| >|
>| >| >| Lewis,
>| >| >| It looks interesting but I thing something went
>| lost
>| >| >| during copy/paste, your code stops right when it
>| >| starts
>| >| >| to become interesting.
>| >| >| Thanks
>| >| >| >-----Original Message-----
>| >| >| >Thanks, Steve for the suggestions.
>| >| >| >
>| >| >| >Carlo, here is a sample for your reference.
>| >| >| >
>| >| >| >WebForm1.aspx:
>| >| >| >There is a href and a Button1[server control]+= "window.opener.Form1.Button1.click>| it.
>| >| >| >
>| >| >| ><a
>| >| >| >href="javascript:test=window.open
>| >| >| ('WebForm2.aspx','test','width=300,height=1
>| >| >| >88');test.focus()">TEST</a>
>| >| >| >
>| >| >| >Button1'event:
>| >| >| >
>| >| >| >private void Button1_Click(object sender,
>| >| >| System.EventArgs e)
>| >| >| >{
>| >| >| >Response.Write ("Button1_Clicked~!");
>| >| >| >}
>| >| >| >
>| >| >| >WebForm2.aspx:
>| >| >| >
>| >| >| >Drag a Literal control and a Button1 from the
>| Toolbox
>| >| to
>| >| >| the page.
>| >| >| >
>| >| >| >private void Button1_Click(object sender,
>| >| >| System.EventArgs e)
>| >| >| >{
>| >| >| >string strjscript = "<script
>| >| language='javascript'>alert
>| >| >| ('fire');";
>| >| >| > strjscriptWebForm1.aspx>| >| >| ();";
>| >| >| >//Form1 is the default form name ofThanks.>| >| >| > strjscript += "</script" + ">";
>| >| >| > Literal1.Text = strjscript;
>| >| >| >}
>| >| >| >
>| >| >| >Please let me know if it meets your need.in>| >| >| >
>| >| >| >Hope this helps
>| >| >| >
>| >| >| >Lewis
>| >| >| >
>| >| >| >This posting is provided "AS IS" with no
>| warranties,
>| >| and
>| >| >| confers no rights.
>| >| >| >
>| >| >| >
>| >| >| >--------------------
>| >| >| >| Content-Class: urn:content-classes:message
>| >| >| >| From: "Carlo Marchesoni" <carloma@trix.com>
>| >| >| >| Sender: "Carlo Marchesoni" <carloma@trix.com>
>| >| >| >| Subject: fire button event programmatically
>| >| >| >| Date: Tue, 29 Jul 2003 11:12:20 -0700
>| >| >| >| Lines: 6
>| >| >| >| Message-ID: <019001c355fc$f39147d0
>| $a401280a@phx.gbl>
>| >| >| >| MIME-Version: 1.0
>| >| >| >| Content-Type: text/plain;
>| >| >| >| charset="iso-8859-1"
>| >| >| >| Content-Transfer-Encoding: 7bit
>| >| >| >| X-Newsreader: Microsoft CDO for Windows 2000
>| >| >| >| Thread-Index: AcNV/PORCJM8aNh4SiaWEZ4VauLzTg==
>| >| >| >| X-MimeOLE: Produced By Microsoft MimeOLE
>| >| >| V5.50.4910.0300
>| >| >| >| Newsgroups:
>| microsoft.public.dotnet.framework.aspnet
>| >| >| >| Path: cpmsftngxa06.phx.gbl
>| >| >| >| Xref: cpmsftngxa06.phx.gbl
>| >| >| microsoft.public.dotnet.framework.aspnet:163071
>| >| >| >| NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
>| >| >| >| X-Tomcat-NG:
>| >| microsoft.public.dotnet.framework.aspnet
>| >| >| >|
>| >| >| >| From an aspx page (A.aspx) I open another one
>| >| (B.aspx -
>| >| >| >| for table lookup). When the user selects an
>| entry
>| >| in
>| >| >| >| B.aspx I would like to force a button's event>| >| >| A.aspx
>| >| >| >| to be fired. I guess the only way is using
>| >| javascript -
>| >| >|
>| >| >| >| does anybody have a sample for this ?
>| >| >| >| Thanks
>| >| >| >|
>| >| >| >
>| >| >| >.
>| >| >| >
>| >| >|
>| >| >
>| >| >.
>| >| >
>| >|
>|
>
>.
>Carlo Marchesoni Guest
-
Lewis Wang [MSFT] #6
RE: fire button event programmatically
Hi Carlo,
I am glad to hear that. :) Thanks very much for participating the community.
Best Regards,
Lewis
Get Secure! - [url]www.microsoft.com/security[/url]
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Content-Class: urn:content-classes:message
| From: "Carlo Marchesoni" <carloma@trix.com>
| Sender: "Carlo Marchesoni" <carloma@trix.com>
| References: <019001c355fc$f39147d0$a401280a@phx.gbl>
<Ch3eBalVDHA.2240@cpmsftngxa06.phx.gbl>
<070a01c35665$572f0210$a601280a@phx.gbl>
<wPDIZtnVDHA.2080@cpmsftngxa06.phx.gbl>
<0b5101c35688$9f20be10$a301280a@phx.gbl>
<dfcSQtqVDHA.2276@cpmsftngxa06.phx.gbl>
<0eeb01c356bb$c0767e50$a501280a@phx.gbl>
<s7Ez8WwVDHA.1996@cpmsftngxa06.phx.gbl>
| Subject: RE: fire button event programmatically
| Date: Thu, 31 Jul 2003 05:21:35 -0700
| Lines: 303
| Message-ID: <597701c3575e$48abb220$a001280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcNXXkirlgpFq1oTQpG6ry/rcX8KHg==
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163717
| NNTP-Posting-Host: TK2MSFTNGXA08 10.40.1.160
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| That easy .... ! Thanks a million times, it works.
| >-----Original Message-----
| >Hi Carlo,
| >
| >Yes, I attached two files in my prior post.
| >
| >I will send them to your mailbox. If your mail address
| is invalid, please
| >send the correct one to me(remove "online") . Thanks.
| >
| >Best Regards,
| >Lewis Wang
| >
| >This posting is provided "AS IS" with no warranties, and
| confers no rights.
| >
| >--------------------
| >| Content-Class: urn:content-classes:message
| >| From: "Carlo Marchesoni" <carloma@trix.com>
| >| Sender: "Carlo Marchesoni" <carloma@trix.com>
| >| References: <019001c355fc$f39147d0$a401280a@phx.gbl>
| ><Ch3eBalVDHA.2240@cpmsftngxa06.phx.gbl>
| ><070a01c35665$572f0210$a601280a@phx.gbl>
| ><wPDIZtnVDHA.2080@cpmsftngxa06.phx.gbl>
| ><0b5101c35688$9f20be10$a301280a@phx.gbl>
| ><dfcSQtqVDHA.2276@cpmsftngxa06.phx.gbl>
| >| Subject: RE: fire button event programmatically
| >| Date: Wed, 30 Jul 2003 09:58:08 -0700
| >| Lines: 236
| >| Message-ID: <0eeb01c356bb$c0767e50$a501280a@phx.gbl>
| >| MIME-Version: 1.0
| >| Content-Type: text/plain;
| >| charset="iso-8859-1"
| >| Content-Transfer-Encoding: 7bit
| >| X-Newsreader: Microsoft CDO for Windows 2000
| >| X-MimeOLE: Produced By Microsoft MimeOLE
| V5.50.4910.0300
| >| Thread-Index: AcNWu8B2jmMFBxsnR9CnHhmhAAxTNg==
| >| Newsgroups: microsoft.public.dotnet.framework.aspnet
| >| Path: cpmsftngxa06.phx.gbl
| >| Xref: cpmsftngxa06.phx.gbl
| microsoft.public.dotnet.framework.aspnet:163444
| >| NNTP-Posting-Host: TK2MSFTNGXA13 10.40.1.165
| >| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| >|
| >| Did you attach a file ? I just see 'here is a
| sample...'
| >| and then WebForm1.aspx and WebForm1.aspx.cs but no
| >| attachement and no reference to something else.
| >| I don't understand.
| >| Thanks for your help
| >| >-----Original Message-----
| >| >Hi Carlo,
| >| >
| >| >Yes, you are right. It's not hard to fire a code-
| behind
| >| event from
| >| >javascript.
| >| >
| >| >Here is a sample to fire a code-behind event from
| >| javascript. It works fine
| >| >on my side, you can try it on your side.
| >| >
| >| >//when we click Button2, Button1's event will be
| fired
| >| from javascript.
| >| >
| >| >WebForm1.aspx
| >| >WebForm1.aspx.cs
| >| >
| >| >Check this link for more information:
| >| ><[url]http://groups.google.com/groups?[/url]
| >| q=fire+an+event+javascript+yhhuang+click&hl
| >| >=en&lr=&ie=UTF-8&oe=UTF-8&selm=xsSGTcBUDHA.2724%
| >| 40cpmsftngxa06.phx.gbl&rnum=
| >| >1>
| >| >
| >| >Please review my first post and you will know how to
| >| fire an event form
| >| >another page, thanks.
| >| >
| >| >Does this answer your question? Please let me know if
| >| you need more
| >| >information.
| >| >
| >| >Best Regards,
| >| >Lewis
| >| >
| >| >This posting is provided "AS IS" with no warranties,
| and
| >| confers no rights.
| >| >
| >| >
| >| >
| >| >--------------------
| >| >| Content-Class: urn:content-classes:message
| >| >| From: "Carlo Marchesoni" <carloma@trix.com>
| >| >| Sender: "Carlo Marchesoni" <carloma@trix.com>
| >| >| References: <019001c355fc$f39147d0
| $a401280a@phx.gbl>
| >| ><Ch3eBalVDHA.2240@cpmsftngxa06.phx.gbl>
| >| ><070a01c35665$572f0210$a601280a@phx.gbl>
| >| ><wPDIZtnVDHA.2080@cpmsftngxa06.phx.gbl>
| >| >| Subject: RE: fire button event programmatically
| >| >| Date: Wed, 30 Jul 2003 03:52:08 -0700
| >| >| Lines: 150
| >| >| Message-ID: <0b5101c35688$9f20be10$a301280a@phx.gbl>
| >| >| MIME-Version: 1.0
| >| >| Content-Type: text/plain;
| >| >| charset="iso-8859-1"
| >| >| Content-Transfer-Encoding: 7bit
| >| >| X-Newsreader: Microsoft CDO for Windows 2000
| >| >| X-MIMEOLE: Produced By Microsoft MimeOLE
| >| V5.50.4910.0300
| >| >| Thread-Index: AcNWiJ8cNpvbvIvxSYCetBeJ8RXIdw==
| >| >| Newsgroups: microsoft.public.dotnet.framework.aspnet
| >| >| Path: cpmsftngxa06.phx.gbl
| >| >| Xref: cpmsftngxa06.phx.gbl
| >| microsoft.public.dotnet.framework.aspnet:163297
| >| >| NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
| >| >| X-Tomcat-NG:
| microsoft.public.dotnet.framework.aspnet
| >| >|
| >| >| Sorry that I still don't get it - the article is
| >| >| interesting and I manage to do it all, but this
| just
| >| >| shows how to load values in the window.opener (or
| at
| >| >| least that's what I understood). But I still don't
| see
| >| >| how you can fire a code-behind event. At the end
| the
| >| >| question probably is: how to fire code-behind event
| >| from
| >| >| javascript.
| >| >| Thanks for your help
| >| >| >-----Original Message-----
| >| >| >Hi Carlo,
| >| >| >
| >| >| >Thank you for your reply.
| >| >| >
| >| >| >The sample in my previous reply is just a snippet
| for
| >| >| demonstration.
| >| >| >
| >| >| >I would also like to recommend one good article to
| >| you.
| >| >| >[url]http://aspnet.4guysfromrolla.com/articles/030202-[/url]
| >| 1.aspx
| >| >| >
| >| >| >Please let me know if you need more information,
| >| thanks.
| >| >| >
| >| >| >Best Regards
| >| >| >
| >| >| >Lewis
| >| >| >
| >| >| >--------------------
| >| >| >| Content-Class: urn:content-classes:message
| >| >| >| From: "Carlo Marchesoni" <carloma@trix.com>
| >| >| >| Sender: "Carlo Marchesoni" <carloma@trix.com>
| >| >| >| References: <019001c355fc$f39147d0
| >| $a401280a@phx.gbl>
| >| >| ><Ch3eBalVDHA.2240@cpmsftngxa06.phx.gbl>
| >| >| >| Subject: RE: fire button event programmatically
| >| >| >| Date: Tue, 29 Jul 2003 23:39:35 -0700
| >| >| >| Lines: 88
| >| >| >| Message-ID: <070a01c35665$572f0210
| $a601280a@phx.gbl>
| >| >| >| MIME-Version: 1.0
| >| >| >| Content-Type: text/plain;
| >| >| >| charset="iso-8859-1"
| >| >| >| Content-Transfer-Encoding: 7bit
| >| >| >| X-Newsreader: Microsoft CDO for Windows 2000
| >| >| >| X-MimeOLE: Produced By Microsoft MimeOLE
| >| >| V5.50.4910.0300
| >| >| >| Thread-Index: AcNWZVcsxsK24TmkRNiO/8+BKduVCw==
| >| >| >| Newsgroups:
| microsoft.public.dotnet.framework.aspnet
| >| >| >| Path: cpmsftngxa06.phx.gbl
| >| >| >| Xref: cpmsftngxa06.phx.gbl
| >| >| microsoft.public.dotnet.framework.aspnet:163243
| >| >| >| NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
| >| >| >| X-Tomcat-NG:
| >| microsoft.public.dotnet.framework.aspnet
| >| >| >|
| >| >| >| Lewis,
| >| >| >| It looks interesting but I thing something went
| >| lost
| >| >| >| during copy/paste, your code stops right when it
| >| >| starts
| >| >| >| to become interesting.
| >| >| >| Thanks
| >| >| >| >-----Original Message-----
| >| >| >| >Thanks, Steve for the suggestions.
| >| >| >| >
| >| >| >| >Carlo, here is a sample for your reference.
| >| >| >| >
| >| >| >| >WebForm1.aspx:
| >| >| >| >There is a href and a Button1[server control]
| on
| >| it.
| >| >| >| >
| >| >| >| ><a
| >| >| >| >href="javascript:test=window.open
| >| >| >| ('WebForm2.aspx','test','width=300,height=1
| >| >| >| >88');test.focus()">TEST</a>
| >| >| >| >
| >| >| >| >Button1'event:
| >| >| >| >
| >| >| >| >private void Button1_Click(object sender,
| >| >| >| System.EventArgs e)
| >| >| >| >{
| >| >| >| >Response.Write ("Button1_Clicked~!");
| >| >| >| >}
| >| >| >| >
| >| >| >| >WebForm2.aspx:
| >| >| >| >
| >| >| >| >Drag a Literal control and a Button1 from the
| >| Toolbox
| >| >| to
| >| >| >| the page.
| >| >| >| >
| >| >| >| >private void Button1_Click(object sender,
| >| >| >| System.EventArgs e)
| >| >| >| >{
| >| >| >| >string strjscript = "<script
| >| >| language='javascript'>alert
| >| >| >| ('fire');";
| >| >| >| > strjscript
| += "window.opener.Form1.Button1.click
| >| >| >| ();";
| >| >| >| >//Form1 is the default form name of
| WebForm1.aspx
| >| >| >| > strjscript += "</script" + ">";
| >| >| >| > Literal1.Text = strjscript;
| >| >| >| >}
| >| >| >| >
| >| >| >| >Please let me know if it meets your need.
| Thanks.
| >| >| >| >
| >| >| >| >Hope this helps
| >| >| >| >
| >| >| >| >Lewis
| >| >| >| >
| >| >| >| >This posting is provided "AS IS" with no
| >| warranties,
| >| >| and
| >| >| >| confers no rights.
| >| >| >| >
| >| >| >| >
| >| >| >| >--------------------
| >| >| >| >| Content-Class: urn:content-classes:message
| >| >| >| >| From: "Carlo Marchesoni" <carloma@trix.com>
| >| >| >| >| Sender: "Carlo Marchesoni" <carloma@trix.com>
| >| >| >| >| Subject: fire button event programmatically
| >| >| >| >| Date: Tue, 29 Jul 2003 11:12:20 -0700
| >| >| >| >| Lines: 6
| >| >| >| >| Message-ID: <019001c355fc$f39147d0
| >| $a401280a@phx.gbl>
| >| >| >| >| MIME-Version: 1.0
| >| >| >| >| Content-Type: text/plain;
| >| >| >| >| charset="iso-8859-1"
| >| >| >| >| Content-Transfer-Encoding: 7bit
| >| >| >| >| X-Newsreader: Microsoft CDO for Windows 2000
| >| >| >| >| Thread-Index: AcNV/PORCJM8aNh4SiaWEZ4VauLzTg==
| >| >| >| >| X-MimeOLE: Produced By Microsoft MimeOLE
| >| >| >| V5.50.4910.0300
| >| >| >| >| Newsgroups:
| >| microsoft.public.dotnet.framework.aspnet
| >| >| >| >| Path: cpmsftngxa06.phx.gbl
| >| >| >| >| Xref: cpmsftngxa06.phx.gbl
| >| >| >| microsoft.public.dotnet.framework.aspnet:163071
| >| >| >| >| NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
| >| >| >| >| X-Tomcat-NG:
| >| >| microsoft.public.dotnet.framework.aspnet
| >| >| >| >|
| >| >| >| >| From an aspx page (A.aspx) I open another one
| >| >| (B.aspx -
| >| >| >| >| for table lookup). When the user selects an
| >| entry
| >| >| in
| >| >| >| >| B.aspx I would like to force a button's event
| in
| >| >| >| A.aspx
| >| >| >| >| to be fired. I guess the only way is using
| >| >| javascript -
| >| >| >|
| >| >| >| >| does anybody have a sample for this ?
| >| >| >| >| Thanks
| >| >| >| >|
| >| >| >| >
| >| >| >| >.
| >| >| >| >
| >| >| >|
| >| >| >
| >| >| >.
| >| >| >
| >| >|
| >|
| >
| >.
| >
|
Lewis Wang [MSFT] Guest



Reply With Quote

