What I'd really like to do is almost like a treeview mixed with a table, so something like
- (cb) node1 property1:rb1|rb2|rb3 property2:cb1 property3:input1
where cb = checkbox and rb = radiobutton and input = input field
Doesn't look like this can be done, but thought I'd confirm.
If not, do you have an example of how to set radiobuttons and read them in a server node template?
The servertemplates demo on the web site shows how to set the value of a checkbox or input field by using #Container.Node.Value in the node template, but doesn't show how to set a multivalue template like a template with multiple checkboxes or multiple radiobuttons. It also doesn't show how to read the values when a user posts back the page...
thanks,
ken