Hi. I try binding edittext
oEdit.DataBind.SetBound(true, "", "EditDS");
and at the same time it is a container for a data of a choosefromlist.
and when i changed the binding of the the edittext to the user table
oEdit.DataBind.SetBound(true, "@GC_OPRQ", "U_RequestedByEmpID")
it doesn't show the data that should be thrown by the choosefromlist
the form is automanage is set to true..
tnx in advance