Ask a Question related to ASP.NET Security, Design and Development.
-
Tony #1
How to force PostBack
my screen is composed of 2 frames.
the left frame has a treeView control, and the right frame
display info about the selected node from the left frame.
In some cases , I need to fire the PostBack event of the
left frame, from the right frame .
How can I do it ??
thanks for any help
Tony Guest
-
Using the Force
Consider this a random and unspecified gripe.. I'm starting to come to the conclusion for a second time (I already came to this conclusion once,... -
can I force an event and how
I want to force an event like the following display = new Object(); display.cellPress = function(evt){ -
force connections
I am issuing the setof commands from my client ( udb 7.2 fixpack6) 1.db2 attach to webdem07 user db2admin using db2admin Instance Attachment... -
Newbie ?: Force a periodic postback??
Hopefully this will be an easy question, newbie here. Is there a simple way to force a periodic postback to a page? I want to simulate a picture... -
Force HTTPS
Is there a way to use HTTPS only on certain pages? I have two pages that I want to use my SSL Cert, but the rest of the files I do not... they are... -
MSFT #2
RE: How to force PostBack
Hi Tony,
In the Right frame, you can access the compnents in left frame with some
client script, for example:
WINDOW.PARENT.FRAMES(1).DOCUMENT.FORMS(0)
To fire the PostBack event of the left frame, you may call the Form
component's Submit method.
Hope this help,
Luke
Microsoft Online Support
Get Secure! [url]www.microsoft.com/security[/url]
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
MSFT Guest



Reply With Quote

