Ask a Question related to ASP.NET General, Design and Development.
-
Jim Cheshire #1
RE: WEBFORM: can I intercept Back and...
Roby,
HTTP is connectionless. Therefore, you have no way of intercepting
client-side events from server-side code.
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: "Roby SGM" <menoncinANTISPAM@grupposgm.it>
>Subject: WEBFORM: can I intercept Back and...
>Date: Wed, 30 Jul 2003 14:26:08 +0200
>Lines: 9
>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: <eZYEVXpVDHA.1816@TK2MSFTNGP09.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>NNTP-Posting-Host: 212.103.200.185
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163317
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
>Hi.
>
>In a WebForm is possible to intercept the pressio of Back from the browser>
>thank you
>
>Roby
>
>
>Jim Cheshire Guest
-
Intercept when my control dropped on a WebForm
Hi All! I need to intercept the event when my control dropped on a WebForm (or manually added by changin page's source HTML). I know about... -
HttpWebResponse intercept raw HTTP?
For diagnostic and learning purposes, I would like to intercept and log the raw HTTP headers and content from a HttpWebResponse in a webservice. ... -
Usercontrol Postback - can i intercept Request
Hi I have a site that creates a template file "default.aspx" and places usercontrols in it to display the pages. The beginrequest event redirects... -
How to intercept an event in ASP.NET?
You can override the RaisePostBackEvent method of the Page class. The first parameter sent to this method is the object that caused the postback.... -
Including WebForm Image Control in a Webform Table Control
What is the code for including an image control in a Table control of a WebForm ???? regards



Reply With Quote

