RE: JavaScript and Components on Pages
- From: stcheng@xxxxxxxxxxxxxxxxxxxx ("Steven Cheng")
- Date: Sat, 16 Feb 2008 08:15:52 GMT
Hi Alex,
Do you have any further question on this thread? If so, welcome to post
here.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
Organization: Microsoft
Date: Wed, 13 Feb 2008 02:46:37 GMT
Subject: RE: JavaScript and Components on Pages
the
Hi Alex,
As other members have said, Activex control are hosted by client side
webbrowser, server side ASP.NET doesn't have much control on it. However,
if you only want to manipulate some setting or attributes in its html
markup, you can considering use page's "PreRender" event. This event is
last event you can modify control states of controls on Page(will be
persisted into Viewstate) before Render stage.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: =?Utf-8?B?QWxleCBNYWdoZW4=?= <AlexMaghen@xxxxxxxxxxxxxxxx>
Subject: JavaScript and Components on Pages
Date: Mon, 11 Feb 2008 23:41:01 -0800
reference
Is there an Event in a page's life-cycle where I would be able to
all of the objects that were instantiated on a page, but as soon aspossible
after the page loads? If I try to use OnLoad for the Document, objectslike
ActiveX controls don't seem to "exist" yet on the page.
Ideas? Thanks.
Alex
.
- References:
- RE: JavaScript and Components on Pages
- From: Steven Cheng[MSFT]
- RE: JavaScript and Components on Pages
- Prev by Date: Halfway to fixed now
- Next by Date: Re: Insert Record and File sequence
- Previous by thread: RE: JavaScript and Components on Pages
- Next by thread: Re: Formatting Calendar Extender
- Index(es):
Relevant Pages
|