Search:

Type: Posts; User: Terrybogard911

Search: Search took 0.01 seconds.

  1. Re: Using variable in POST params?

    Thanx anyway. You helped alot.
  2. Re: Using variable in POST params?

    Amazing. It seems i am pretty noob at reading documentation or this Api is complex enough for a newbie like me. One more thing, I am using a Betting Excahnge and it shows Betfair odds and i use it...
  3. Re: Using variable in POST params?

    Inferrd, Really appreciate it. Its working. How you got that textQuery method? There is nothing of this type in their documentation i think.
  4. Re: Using variable in POST params?

    I tried sending POST request using eventID and eventName in filter but no success. It gives me other data related to some football event. This is link where they explain how to navigate markets using...
  5. [RESOLVED] Using variable in POST params?

    I get all markets of event type "cricket" from betfair api using eventTypeIDs filter number which is 4.
    Populated all markets into Treeview.
    What i want to achieve is, getting market name when user...
  6. Re: Deserialising nested json arrays?

    I had the same problem. This code is working for me perfect. Thanx
  7. Re: Convert this Python piece of code to VB.NET?

    Ok I got it. I was using filter like this.


    "{ ""filter"" : {""eventTypeId"":""4""} }"

    Adding those brackets [ ] helped and its now working and i am now getting specific sports markets.

    ...
  8. Re: Convert this Python piece of code to VB.NET?

    Another quick question, why sending http request to betfair Api doesn't work without vpn? I am forced to use vpn otherwise it returns error. I live in pakistan and i have used many application who...
  9. Re: Convert this Python piece of code to VB.NET?

    Actually i have found code on internet and with help of you and some others, changed it a bit. Didn't know what is difference between Encoding.Default and Encoding.UTF8 though i changed it to UTF8 as...
  10. Re: How to send 'filtered' http request to Betfair Api for specific Sports market odd

    Got solution from this thread. http://www.vbforums.com/showthread.php?859729-Convert-this-Python-piece-of-code-to-VB-NET
  11. [RESOLVED] Convert this Python piece of code to VB.NET?

    This is an http request with custom headers in Python.



    import requests
    import json

    endpoint = "https://api.betfair.com/exchange/betting/rest/v1.0/"

    header = { 'X-Application' :...
  12. [RESOLVED] How to send 'filtered' http request to Betfair Api for specific Sports market odds?

    I am sending http request to Betfair Api without any filter. It returns huge amount of JSON data. I want to send 'filtered' request as they mention in their documents to filter request using...
  13. Re: Populating treeview from JSON data from Betfair Api? (VB.NET)

    Thanx Man, I really appreciate your detailed response. I am going to do all that one by one. Marking thread as resolved.
  14. Re: Populating treeview from JSON data from Betfair Api? (VB.NET)

    Any help?
  15. [RESOLVED] Populating treeview from JSON data from Betfair Api? (VB.NET)

    This is my code to fetch all markets from Betfair Api. It gives me hell of a json text and i am finding it difficult to show that data in proper format like treeview or something. Every code i find,...
  16. Re: Http Request with Custom Headers but response is 400 (Bad request)??

    Thanx. I got it working because of your help. Really Appreciated.
  17. Re: Http Request with Custom Headers but response is 400 (Bad request)??

    I figured that reason of error is, streamResponse is null when passing as argument to streamCompressedResponse.CopyTo method.
    So what is proper and efficient way to get that http response stream,...
  18. Re: Http Request with Custom Headers but response is 400 (Bad request)??

    Thanx for your reply. I edited the code like you suggested now their is an error when execute this code.
    "Value cannot be null. Parameter name: destination"

    Here is my edited code now.


    ...
  19. [RESOLVED] Http Request with Custom Headers but response is 400 (Bad request)??

    This is my code which i am using to send Http Request with Custom Headers. But server response is 400 (Bad request).


    Try
    Dim myHttpWebRequest As HttpWebRequest =...
  20. Re: How to make Http Request using these headers?

    Fair enough.
  21. Re: How to make Http Request using these headers?

    Any help?
  22. How to make Http Request using these headers?

    I am new to Http. Trying to make request to Betfair Api using these headers. How to achieve that?

    Example Request

    GET https://api.betfair.com/exchange/betting/rest/v1/en/navigation/menu.json...
  23. Re: Access Database field not getting updated, no error?

    Shaggy Hiker, I changed the order as total1, total2 and name. Its working now. Thanx. BTW, I Wonder why naming parameters doesn't work as it suppose to be.
  24. Re: Access Database field not getting updated, no error?

    Shaggy Hiker, I got that returned number and that is 0. It means no row is being updated. Can you suggest what would be wrong with my update method? Anything wrong in my sql update query command or...
  25. Access Database field not getting updated, no error?

    I am inserting a value into a field of a table and if same customer already exists in the table then update that field instead of having duplicate entries.
    Data being inserted successfully at first...
  26. Re: Ten checkboxes, two selected, getting their values in two separate variables. How

    Thanx bro. BTW, I am using this code to get values from selected checkboxes and storing them in two variables team1 and team2 then i am updating a textbox in main with these two string variables and...
  27. Re: Ten checkboxes, two selected, getting their values in two separate variables. How

    I can simply get that value by using if condition but how to check a variable has already a string data in it? Is variable <> nothing will work?
  28. Ten checkboxes, two selected, getting their values in two separate variables. How?

    I am creating a cricket (sports) related application. I have ten checkboxes for user in one form (secondry or child form) for ten cricket teams like Australia, England, India etc. User have to select...
Results 1 to 28 of 28



Click Here to Expand Forum to Full Width