Click here to Skip to main content
15,891,657 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Help on simple problem with Container.DataItem Pin
thomas_joyee1-Mar-07 5:42
thomas_joyee1-Mar-07 5:42 
QuestionGridViewAdapter + AJAX Pin
stolin1-Mar-07 4:29
stolin1-Mar-07 4:29 
QuestionPrevent web server reply. Pin
RobertGMiller1-Mar-07 3:55
RobertGMiller1-Mar-07 3:55 
AnswerRe: Prevent web server reply. Pin
Guffa1-Mar-07 5:04
Guffa1-Mar-07 5:04 
Questionhai Pin
Ishwarya M1-Mar-07 3:47
Ishwarya M1-Mar-07 3:47 
AnswerRe: hai Pin
thomas_joyee1-Mar-07 5:09
thomas_joyee1-Mar-07 5:09 
AnswerRe: hai Pin
Vasudevan Deepak Kumar4-Mar-07 2:18
Vasudevan Deepak Kumar4-Mar-07 2:18 
QuestionHow to avoid refresh when postback to ASPX Pin
RobertGMiller1-Mar-07 3:47
RobertGMiller1-Mar-07 3:47 
ASP.NET 2.0

Need to simply process incoming postback information without sending back a reponse.

Client sends HTML from email to a page on a web site. Web Server ASP generates a response page and send it back which opens the browser on the client.

Email body: User Name:


How to avoid sending back the response page.

Just to clarify the language; by the *response* I mean whatever the web server sends back when it receives a transmission that requests it to process a web page. I suppose that any good listener will send back a reply when it receives a request that it can process. Even if a web server is directed to a page that does not exist it will reply something which will open a browser unless a browser with the existing original session or connection is already active.

I confirmed that even an empty server page capable of processing the incoming data will send enough of a message back to open the browser which displays nothing.

A couple of suggestions have been made by forum members such as:

1 - Using a web service

Can a web service be made to accept a form postback data stream as in

My only experience with webservices used a control to shape the message sent to the web service. I have no idea what the message looked like. For all I know the message might look exactly the same as what is being transmitted by the GET package form this email.

The data part of the message was XML which the web service had to process but the encapsulation for the data might have been the same as any message that a web server can respond to.

The web service did send back results. The result did not open a browser but was caught by the control that sent the original message. The control probably operates as a browser with an open web server session. This control browser session received the send back message as IE or any other browser would.

2 - iHttpHandler.

If a page output was redirected to an HttpHandler that did not contain any HTML page component maybe it would not send back a reply?



How would a browser be closed automatically?

Can we close a browser with a message from the web server?

How does a browser end a session? It moves to a different web site or it is closed.

Is there no way for a browser to terminate a session before a web server sends back a response?


Thanks,


RobGMiller
AnswerRe: How to avoid refresh when postback to ASPX Pin
Guffa1-Mar-07 5:06
Guffa1-Mar-07 5:06 
QuestionConfiguring Login using Visual Web Developer 2005 Express Pin
Giretharan1-Mar-07 3:37
Giretharan1-Mar-07 3:37 
AnswerRe: Configuring Login using Visual Web Developer 2005 Express Pin
badgrs1-Mar-07 5:17
badgrs1-Mar-07 5:17 
QuestionConstructor in a web service Pin
goldoche1-Mar-07 3:25
goldoche1-Mar-07 3:25 
AnswerRe: Constructor in a web service Pin
badgrs1-Mar-07 5:15
badgrs1-Mar-07 5:15 
QuestionResource file question Pin
VK-Cadec1-Mar-07 3:19
VK-Cadec1-Mar-07 3:19 
Questionurgent help required with this Wrapping Pin
anuparvathy1-Mar-07 2:35
anuparvathy1-Mar-07 2:35 
AnswerRe: urgent help required with this Wrapping Pin
Paddy Boyd1-Mar-07 2:51
Paddy Boyd1-Mar-07 2:51 
AnswerRe: urgent help required with this Wrapping Pin
Sylvester george1-Mar-07 2:56
Sylvester george1-Mar-07 2:56 
GeneralRe: urgent help required with this Wrapping Pin
anuparvathy1-Mar-07 18:57
anuparvathy1-Mar-07 18:57 
QuestionGetting screen resolutions Pin
Icarus1231-Mar-07 2:35
Icarus1231-Mar-07 2:35 
AnswerRe: Getting screen resolutions Pin
Sylvester george1-Mar-07 3:00
Sylvester george1-Mar-07 3:00 
GeneralRe: Getting screen resolutions Pin
Icarus1231-Mar-07 3:26
Icarus1231-Mar-07 3:26 
AnswerRe: Getting screen resolutions Pin
badgrs1-Mar-07 5:11
badgrs1-Mar-07 5:11 
Questionweb development Pin
princeally1-Mar-07 2:29
princeally1-Mar-07 2:29 
AnswerRe: web development Pin
Vasudevan Deepak Kumar4-Mar-07 2:18
Vasudevan Deepak Kumar4-Mar-07 2:18 
Question[Message Deleted] Pin
kiran011-Mar-07 2:19
kiran011-Mar-07 2:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.