Re: Code to "click" a button -- is this possible?
- From: "Ignacio Machin \( .NET/ C# MVP \)" <ignacio.machin AT dot.state.fl.us>
- Date: Wed, 17 May 2006 08:44:18 -0400
Hi,
"Ben" <ben_1_ AT hotmail DOT com> wrote in message
news:8407364A-FDA4-424C-B268-C2E80EB9094F@xxxxxxxxxxxxxxxx
Hello
I have frames set up in an asp.net application and need one frame to
refresh
another. Seeing as events need to be registered at the time the page is
sent
from the server, I was wondering if I could place a hidden button in a
frame
that would have the attribute to refresh the other. I would need code to
"invoke" the onclick event (ie i need code to click the button).
is this possible?
you can refresh any of the frames using javascript, you can either Refresh
the frame, submit the form , or call a method to a control (like button
click ) these actions will refresh the form
--
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
.
- Prev by Date: NUnitForms on .Net 2.0 Alpha5 Release
- Next by Date: Re: Handling events on a dynamically generated CheckBox
- Previous by thread: NUnitForms on .Net 2.0 Alpha5 Release
- Next by thread: Re: Code to "click" a button -- is this possible?
- Index(es):