skip to Main Content

Extracting Portion of Url using VB.net – SEO

I have this URL https://www.google.com/maps/place/Aleem+Iqbal+SEO/@31.888433,73.263572,17z/data=!3m1!4b1!4m5!3m4!1s0x39221cb7e4154211:0x9cf2bb941cace556!8m2!3d31.888433!4d73.2657607 I am trying to Extract 31.888433,73.263572 from the URL and send 31.888433 to TextBox 1 and 73.263572 to TextBox 2 Can you give me an example how can i do this with regex or anything…

VIEW QUESTION

Magento API v1 product list call on VB.NET

What is the equivalent of this for VB.NET? $filters = array('sku' => array('like'=>'zol%')); $products = $proxy->call($sessionId, 'product.list', array($filters)); Because I am trying to retrieve a specific product from Magento by doing something like this: Dim products = magentoV1_servico.call(magentoV1_sessao, "product.list", filters)…

VIEW QUESTION

REST API Call from VB ( ZOHO CREATOR ) – Ebay API

Trying to make out this call https://www.zoho.com/creator/help/api/rest-api/rest-api-edit-records.html I did tried everything but seems i need basic knowledge. Can anyone give me directions what is wrong with my code Public Sub updateRecord(ByVal ht As Hashtable, ByVal criteriaField As String) Dim apiUrl…

VIEW QUESTION
Back To Top
Search