RadikalGenc.aspx?phonenumber=5552451245&message=ISTAN-ALL-123;Emly,Foz,Praia,Sol,Luna,Trabalha
string number = Request.QueryString["phonenumber"].ToString();
string textMessage = Request.QueryString["message"].ToString();
I need the textMessage splitted int array Like this:
ISTAN-ALL-123 -> Presents Form name
The list below, presents the fiels name
- Emly
- Foz
- Praia
- Sol
- Luna
- Trabalha
how can do that?
Something like this