Hi Everyone,

I am taking information from textboxes and putting it in a Datagridview.

One of the textboxes i am taking the location from is called Location. All the locations value within the location textbox look like the below, where the location is followed by a space and then brackets showing the region that the location is in:

London (South East)

I want to know how i can remove the space and brackets when inserting the value into the datagridview so that only 'London' is displayed within there?

Can anybody tell me how to do this please?

Thanks,
Chloe ~X~