hey all,
Label1 is a bound control inside a TableCell
var x = document.getEle mentById('Label 1')
i want to suffix the Label1 control with another Label control inside the
same TableCell. Can someone please tell me the best way to do this?
thanks,
rodchar
Label1 is a bound control inside a TableCell
var x = document.getEle mentById('Label 1')
i want to suffix the Label1 control with another Label control inside the
same TableCell. Can someone please tell me the best way to do this?
thanks,
rodchar
Comment