protected void getPatAddress(DataSet dsPatDemo) { //load hidden field with patient address data to be re-used in sponsor screen CDataUtils datautils = new CDataUtils(); htxtPatAddress.Value = datautils.GetJSArray(dsPatDemo, "patient_id,address1,address2,city,postal_code,state_id,homephone,workphone"); }