Hi,
I have a rad grid using a template for formEdit. I've placed a bunch of controls and bound them to data, but I need to sed the combo box data sources from my VB code. How do I access controls inside the FormTemplate?
I tried FindControl, but I must be missing something in here(VB):
Everything I try returns "Nothing"
I have a rad grid using a template for formEdit. I've placed a bunch of controls and bound them to data, but I need to sed the combo box data sources from my VB code. How do I access controls inside the FormTemplate?
I tried FindControl, but I must be missing something in here(VB):
| CType(Me.rgrdOrders.FindControl("cboSuppliers"), DropDownList) |
Everything I try returns "Nothing"