Hello all,
Having some issues with the TypeService...
if (defectItem.PriorityTypeId > 0)
{
this.lblItemPriority.Text = (string)new TypeService.TypeHandler()
.GetPriorityTypes(securityToken)
.Tables[0]
.Rows[defectItem.PriorityTypeId - 1]["Name"];
}
Am I going the wrong way? I seem to be getting the wrong ["Name"] from the service
Daniel
OnTime2008
Daniel Green
Explorer Technologies
Support Powered by OnTime 2008