Click here to Skip to main content
15,919,434 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: PHP echo equivalent??? Pin
Guffa19-Dec-06 23:55
Guffa19-Dec-06 23:55 
Questioncurrency validator Pin
abdelhameed8119-Dec-06 21:32
abdelhameed8119-Dec-06 21:32 
AnswerRe: currency validator Pin
Dayekh19-Dec-06 23:06
Dayekh19-Dec-06 23:06 
GeneralRe: currency validator Pin
abdelhameed8120-Dec-06 20:26
abdelhameed8120-Dec-06 20:26 
GeneralRe: currency validator Pin
siddu78628-Dec-06 1:19
siddu78628-Dec-06 1:19 
Questionuse of webservice problem Pin
Ballita19-Dec-06 18:57
Ballita19-Dec-06 18:57 
AnswerRe: use of webservice problem Pin
jdkulkarni19-Dec-06 19:26
jdkulkarni19-Dec-06 19:26 
QuestionTake some action when message is received by client in webform Pin
tprakash19-Dec-06 17:45
tprakash19-Dec-06 17:45 
I have written soap server and soap client using SoapSender and SoapReceiver class of WSE2.0. The soap server in console application while the soap client is in web application. The client requests the server. When the server replies some message to the client. This message is received in the client portion ie in the function Receive.

protected override void Receive(SoapEnvelope env)
{

}

Now the problem is, if i write some code inside the Receive function as
protected override void Receive(SoapEnvelope env)
{
//some code to extract message from the soapenvelope
WewForm1 wf=new WebForm1();
wr.Response.Redirect("WebForm2.aspx");


}
It won't redirect to page WebForm2.aspx. My objective is to take some action (either redirect to another page or just display the message received in the current page) when the message is received.

Could somebody tell me how to do this?

Thanks in advance.





tandukar
AnswerRe: Take some action when message is received by client in webform Pin
minhpc_bk19-Dec-06 19:18
minhpc_bk19-Dec-06 19:18 
QuestionHow to install IE Web Control in VS.NET 2003 Pin
prakash_21019-Dec-06 17:31
prakash_21019-Dec-06 17:31 
AnswerRe: How to install IE Web Control in VS.NET 2003 Pin
minhpc_bk19-Dec-06 19:06
minhpc_bk19-Dec-06 19:06 
QuestionRe: How to install IE Web Control in VS.NET 2003 Pin
prakash_21019-Dec-06 21:49
prakash_21019-Dec-06 21:49 
AnswerRe: How to install IE Web Control in VS.NET 2003 Pin
minhpc_bk20-Dec-06 14:16
minhpc_bk20-Dec-06 14:16 
QuestionRe: How to install IE Web Control in VS.NET 2003 Pin
prakash_21020-Dec-06 17:50
prakash_21020-Dec-06 17:50 
Questionpagination Pin
pavanik19-Dec-06 16:51
pavanik19-Dec-06 16:51 
AnswerRe: pagination Pin
_AK_19-Dec-06 17:07
_AK_19-Dec-06 17:07 
QuestionUser Controls, Master Pages, CSS and putting it all together Pin
RX Maverick19-Dec-06 16:40
RX Maverick19-Dec-06 16:40 
AnswerRe: User Controls, Master Pages, CSS and putting it all together Pin
Anbuselvan19-Dec-06 18:05
Anbuselvan19-Dec-06 18:05 
AnswerRe: User Controls, Master Pages, CSS and putting it all together Pin
minhpc_bk19-Dec-06 19:25
minhpc_bk19-Dec-06 19:25 
QuestionUsing 'Money' Datatype of SQL in ASP.NET Pin
Vsree19-Dec-06 15:28
Vsree19-Dec-06 15:28 
AnswerRe: Using 'Money' Datatype of SQL in ASP.NET Pin
Amit Kumar G19-Dec-06 15:51
Amit Kumar G19-Dec-06 15:51 
GeneralRe: Using 'Money' Datatype of SQL in ASP.NET Pin
Vsree19-Dec-06 15:58
Vsree19-Dec-06 15:58 
AnswerRe: Using 'Money' Datatype of SQL in ASP.NET Pin
Dayekh19-Dec-06 23:16
Dayekh19-Dec-06 23:16 
GeneralRe: Using 'Money' Datatype of SQL in ASP.NET Pin
Vsree20-Dec-06 0:27
Vsree20-Dec-06 0:27 
GeneralRe: Using 'Money' Datatype of SQL in ASP.NET Pin
Dayekh20-Dec-06 1:23
Dayekh20-Dec-06 1:23 

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.