Quantcast
Viewing latest article 6
Browse Latest Browse All 6

Re: Splitting address field using the Split function which contains commas

Thank you for the reply.

Actually I resolved my issue as follows:

Replace the following:
Dim Address() As String = Request.Form("Addresses").Split(",")

By:
Dim Addresses As String() = Request.Form.GetValues("Addresses")

Now the two strings containing commas are separated as follows:

Address(0) - "01 My Street, My Town, My City, My PostCode"
Address(1) - "02 My Street, My Town, My City My, PostCode"


Viewing latest article 6
Browse Latest Browse All 6

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>