Hi
I have looked at the docs and found the example a bit obscure, and have searched the forum posts,
and I am still struggling to come up with the right VB code to read the text box values.
Here is how they are nested:
So exactly how do I get the content of the TextBox into my code
so that I can save it to a database etc.?
Thanks for all your great support guys
Clive
I have looked at the docs and found the example a bit obscure, and have searched the forum posts,
and I am still struggling to come up with the right VB code to read the text box values.
Here is how they are nested:
| <telerik:RadPanelBar ID="RadPanelBar1" Runat="server"> |
| <Items> |
| <telerik:RadPanelItem runat="server" Text="ContactDetails"> |
| <Items> |
| <telerik:RadPanelItem runat="server" Text=""> |
| <ItemTemplate> |
| <telerik:RadTextBox ID="RadTextBoxEmail" Runat="server"> |
| </telerik:RadTextBox> |
| (more text boxes) </ItemTemplate> </telerik:RadPanelItem> </Items> </telerik:RadPanelItem> (more RadPanelItems) </Items> </telerik:RadPanelBar) |
so that I can save it to a database etc.?
Thanks for all your great support guys
Clive