| Match type1 -("My Number") Hi .. i am using radtree view in my web page. I am adding the nodes manually. I have to bind the No of records for corresponding match. I will be getting the d ata from stored procedure for corresponding Match type 1 to Match type 7. Can i add rad treenode text side by my database Numbers. Match type1 -("My Number") Match type1 -("My Number") Match type2 -("My Number") Match type3 -("My Number") Match type4 -("My Number") Match type5 -("My Number") Match type6 -("My Number") Match type7 -("My Number"). Here i am adding Match Type1 as template field. When user clicks on that link it navigates to another page. How can i do this. Please give some suggetions. How can i do ? <td width="50%" > |
| <rad:RadTreeView ID="RadTreeView1" runat="server" DragAndDropBetweenNodes="true" Skin="Vista"> |
| <Nodes> |
| <rad:RadTreeNode runat="server" Text="Matching Types" Expanded="true"> |
| <Nodes> |
| <rad:RadTreeNode runat="server" Text="Match Type1" NavigateUrl="../Modules/Search Results.aspx" |
| ToolTip="click here to see results of this search for the match type fot this decedent." > |
| </rad:RadTreeNode> |
| <rad:RadTreeNode runat="server" Text="Match Type2" NavigateUrl="../Modules/Search Results.aspx" |
| ToolTip="click here to see results of this search for the match type fot this decedent." /> |
| <rad:RadTreeNode runat="server" Text="Match Type3" NavigateUrl="../Modules/Search Results.aspx" |
| ToolTip="click here to see results of this search for the match type fot this decedent." /> |
| <rad:RadTreeNode runat="server" Text="Match Type4" NavigateUrl="../Modules/Search Results.aspx" |
| ToolTip="click here to see results of this search for the match type fot this decedent." /> |
| <rad:RadTreeNode runat="server" Text="Match Type5" NavigateUrl="../Modules/Search Results.aspx" |
| ToolTip="click here to see results of this search for the match type fot this decedent." /> |
| <rad:RadTreeNode runat="server" Text="Match Type6" NavigateUrl="../Modules/Search Results.aspx" |
| ToolTip="click here to see results of this search for the match type fot this decedent." /> |
| <rad:RadTreeNode runat="server" Text="Match Type7" NavigateUrl="../Modules/Search Results.aspx" |
| ToolTip="click here to see results of this search for the match type fot this decedent." /> |
| </Nodes> |
| </rad:RadTreeNode> |
| </Nodes> |
| </rad:RadTreeView> |
| </td> |