G
Guest
hi
i need to copy from a textbox to a column of a selected item...i tried this code
Me.lstList.Column(1,1) = Me.txtQty.Valu
but the value always comes as null..
can somebody please help as to where i am going wrong..
or how to use AddItem to add to a specific column in a row.
thanks
i need to copy from a textbox to a column of a selected item...i tried this code
Me.lstList.Column(1,1) = Me.txtQty.Valu
but the value always comes as null..
can somebody please help as to where i am going wrong..
or how to use AddItem to add to a specific column in a row.
thanks