Click here to Skip to main content
15,887,446 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Using WildCard Character Pin
Herman<T>.Instance17-May-11 4:49
Herman<T>.Instance17-May-11 4:49 
AnswerRe: Using WildCard Character Pin
Shameel18-May-11 2:15
professionalShameel18-May-11 2:15 
AnswerRe: Using WildCard Character Pin
sudeshchandram20-May-11 0:25
sudeshchandram20-May-11 0:25 
QuestionHow to Do this on the Server Side in C# Pin
Vimalsoft(Pty) Ltd17-May-11 1:22
professionalVimalsoft(Pty) Ltd17-May-11 1:22 
AnswerRe: How to Do this on the Server Side in C# Pin
Herman<T>.Instance17-May-11 4:23
Herman<T>.Instance17-May-11 4:23 
AnswerRe: How to Do this on the Server Side in C# Pin
Herman<T>.Instance17-May-11 4:26
Herman<T>.Instance17-May-11 4:26 
GeneralRe: How to Do this on the Server Side in C# Pin
Vimalsoft(Pty) Ltd17-May-11 5:13
professionalVimalsoft(Pty) Ltd17-May-11 5:13 
QuestionPost and Receive a QueryString URL Pin
Vimalsoft(Pty) Ltd16-May-11 22:31
professionalVimalsoft(Pty) Ltd16-May-11 22:31 
Good Day All

i have the Following URL

https://www.vcs.co.za/vvonline/ccpay.asp?p1=FP99&amp;p3=Test%20ccPay[^]

use can use it to test. I want to Post it with after that you will see the page that request for Refnumber and i want to pay that ref number and post it again

and receive the last page and after the Credit card has been entered i want to receive the URL Response. This is what i have so far



WebClient svc = new WebClient();
           //string clickThroughXml = this.BuildClickThroughXml();
           svc.UploadStringCompleted += new UploadStringCompletedEventHandler(svc_UploadStringCompleted);
           svc.UploadStringAsync(new Uri("https://www.vcs.co.za/vvonline/ccpay.asp?p1=FP99&amp;p3=Test%20ccPay"), "Post", "AT");



void svc_UploadStringCompleted(object sender, UploadStringCompletedEventArgs e)
   {
       String Response = e.Result;
   }


This "Response" URl gives me html of the page that is returned.


use the Async because i will be hosting this in Silvelight, i just want to grap the idea.

Thanks
Vuyiswa Maseko,

Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

AnswerRe: Post and Receive a QueryString URL Pin
Herman<T>.Instance17-May-11 4:50
Herman<T>.Instance17-May-11 4:50 
Questionasynchronous post-back Pin
Ali Al Omairi(Abu AlHassan)16-May-11 21:36
professionalAli Al Omairi(Abu AlHassan)16-May-11 21:36 
AnswerRe: asynchronous post-back Pin
Ravi Sant16-May-11 23:26
Ravi Sant16-May-11 23:26 
GeneralRe: asynchronous post-back Pin
Ali Al Omairi(Abu AlHassan)17-May-11 0:03
professionalAli Al Omairi(Abu AlHassan)17-May-11 0:03 
AnswerRe: asynchronous post-back Pin
Herman<T>.Instance17-May-11 4:39
Herman<T>.Instance17-May-11 4:39 
QuestionLinq-Sql for MySql Pin
Morgs Morgan16-May-11 20:50
Morgs Morgan16-May-11 20:50 
AnswerRe: Linq-Sql for MySql Pin
Parwej Ahamad16-May-11 21:19
professionalParwej Ahamad16-May-11 21:19 
GeneralRe: Linq-Sql for MySql Pin
Morgs Morgan16-May-11 21:41
Morgs Morgan16-May-11 21:41 
GeneralRe: Linq-Sql for MySql Pin
Parwej Ahamad16-May-11 22:31
professionalParwej Ahamad16-May-11 22:31 
QuestionClass Pin
netJP12L16-May-11 11:07
netJP12L16-May-11 11:07 
AnswerRe: Class Pin
thatraja16-May-11 16:01
professionalthatraja16-May-11 16:01 
AnswerRe: Class Pin
Morgs Morgan8-Jun-11 0:02
Morgs Morgan8-Jun-11 0:02 
QuestionReplacing WildCard Character Pin
Member 455049316-May-11 4:25
Member 455049316-May-11 4:25 
AnswerRe: Replacing WildCard Character Pin
Blue_Boy16-May-11 4:58
Blue_Boy16-May-11 4:58 
GeneralRe: Replacing WildCard Character Pin
Member 455049316-May-11 5:08
Member 455049316-May-11 5:08 
AnswerRe: Replacing WildCard Character Pin
Member 455049316-May-11 5:04
Member 455049316-May-11 5:04 
QuestionDropDown List control programmatically bind xml datasource Pin
swjam15-May-11 22:34
swjam15-May-11 22:34 

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.