reference the form name/id and then use the Data property. Here I am assuming that the form name is Form. "MyFieldName" will be the name of your field that you want. So you can do this for all four fields.
Form.Data["MyFieldName"].ToString() will give you the value of the field.