I use Employee and EmpAdress tables. I have a Address.ascx user control which has one textbox in it. This usercontrol has EmpID property and uses this EmpId to get the addressdetails. I am populating the radgrid with the employee objectdatasource (has many columns but populating few columns). In the radgrid I am using a gridtemplatecolumn for address whose values has to be populated from the usercontrol(as the user control has textbox which collects all the address details). I think that usercontrol textbox should be populated inplace of Template column.
Someone pls help me in this.