Click here to Skip to main content
15,897,718 members
Home / Discussions / C#
   

C#

 
GeneralASP.NET and threads Pin
devvvy16-May-04 18:09
devvvy16-May-04 18:09 
GeneralRe: ASP.NET and threads Pin
TigerNinja_16-May-04 18:29
TigerNinja_16-May-04 18:29 
GeneralMore questions... Pin
devvvy16-May-04 22:02
devvvy16-May-04 22:02 
GeneralEmbed application Pin
The_Soul_Of_Rock16-May-04 17:58
The_Soul_Of_Rock16-May-04 17:58 
GeneralRe: Embed application Pin
TigerNinja_16-May-04 18:31
TigerNinja_16-May-04 18:31 
GeneralPost Data from DataList LinkButton Pin
Nickiler16-May-04 16:09
Nickiler16-May-04 16:09 
GeneralRe: Post Data from DataList LinkButton Pin
TigerNinja_16-May-04 18:18
TigerNinja_16-May-04 18:18 
GeneralRe: Post Data from DataList LinkButton Pin
Nickiler16-May-04 21:09
Nickiler16-May-04 21:09 
Well, I'm not to sure. Let me explain alittle of what I want to accomplish. I have bound a product id to my dataList :: DataKeyField="ItemNumber".

So when a user clicks on my LinkButton, I use the product key from DataKeyField and use this to extract details from my database for preparing my post.

I'm trying to post to Paypal IPN... I dont want to use GET because this allows altering of price which is no good.

I think I might be able to use WebClient() for this but am not sure how to go about this.

============================================

I picked up this code and converted it to C#, but does not seem to work for me:

Dim xmlhttp As Object

Set xmlhttp = CreateObject("MSXML2.ServerXMLHTTP")

' Indicate that page that will receive the request and the
' type of request being submitted
xmlhttp.Open "POST", "http://localserver/test.asp", False

' Indicate that the body of the request contains form data
xmlhttp.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"

' Send the data as name/value pairs
xmlhttp.send "Id=1&S=2"

Set xmlhttp = Nothing

=========================================================
http://www.developerfusion.com/show/3272/2/


I need to figure this out soon...

=============================
What was I gonna say...
GeneralRe: Post Data from DataList LinkButton Pin
Heath Stewart17-May-04 4:09
protectorHeath Stewart17-May-04 4:09 
GeneralRe: Post Data from DataList LinkButton Pin
Nickiler17-May-04 6:20
Nickiler17-May-04 6:20 
GeneralDataTable searchs Pin
Moon Boy16-May-04 15:26
Moon Boy16-May-04 15:26 
GeneralRe: DataTable searchs Pin
TigerNinja_16-May-04 18:11
TigerNinja_16-May-04 18:11 
GeneralRe: DataTable searchs Pin
Heath Stewart17-May-04 4:10
protectorHeath Stewart17-May-04 4:10 
GeneralInformation about Excel 9.0 Obj.Library Pin
Rostrox16-May-04 11:33
Rostrox16-May-04 11:33 
GeneralRe: Information about Excel 9.0 Obj.Library Pin
Heath Stewart16-May-04 11:41
protectorHeath Stewart16-May-04 11:41 
GeneralEncrypt numbers Pin
Anonymous16-May-04 9:58
Anonymous16-May-04 9:58 
GeneralRe: Encrypt numbers Pin
Heath Stewart16-May-04 11:47
protectorHeath Stewart16-May-04 11:47 
GeneralThreads and context switches Pin
devvvy16-May-04 7:44
devvvy16-May-04 7:44 
GeneralRe: Threads and context switches Pin
Heath Stewart16-May-04 11:44
protectorHeath Stewart16-May-04 11:44 
GeneralRe: Threads and context switches Pin
devvvy16-May-04 18:07
devvvy16-May-04 18:07 
GeneralRe: Threads and context switches Pin
Heath Stewart17-May-04 3:07
protectorHeath Stewart17-May-04 3:07 
GeneralDetermine removable disk type Pin
Wackatronic16-May-04 7:22
Wackatronic16-May-04 7:22 
GeneralRe: Determine removable disk type Pin
Heath Stewart16-May-04 11:51
protectorHeath Stewart16-May-04 11:51 
GeneralRe: Determine removable disk type Pin
Wackatronic16-May-04 12:57
Wackatronic16-May-04 12:57 
GeneralVB.NET or C# Pin
Luis Ricardo16-May-04 6:48
Luis Ricardo16-May-04 6:48 

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.