Hi

Did anyone know how to use system.Text.Encoding.ASCII.GetBytes() to get multiples inputs from the textfield...

Recently, i can only get one input from one textfield and send as one byte...how to receive from multiple textfields and send all as mukltiples bytes....

Or is there another method better to use than this.....