or
| protected void MPL_Proposals_SelectedIndexChanged(object sender, RadComboBoxSelectedIndexChangedEventArgs e) |
| { |
| if (MPL_Proposals.SelectedItem != null) |
| { |
| var propId = Convert.ToInt64(MPL_Proposals.SelectedValue); |
| var filter = string.Empty; |
| PopulateMpl(propId, filter); |
| RadGrid_MPL.Rebind(); |
| RadGrid_MPL.Skin = myProposalId != propId ? "Sunset" : "Office2007"; |
| } |
| } |


| <A class=rtbWrap href="#"> |
| <SPAN class=rtbOut> |
| <SPAN class=rtbMid> |
| <SPAN class=rtbIn> |
| <IMG class=rtbIcon src="../../interface/images/icons/text.gif"> |
| <SPAN class=rtbText></SPAN> |
| </SPAN> |
| </SPAN> |
| </SPAN> |
| <IMG class=rtbIcon src="../../interface/images/icons/text.gif"> |
| </A> |
| <A class=rtbWrap title="Click to maintain the products scripts" href="#"> |
| <SPAN class=rtbOut> |
| <SPAN class=rtbMid> |
| <SPAN class=rtbIn> |
| <IMG class=rtbIcon alt="Click to maintain the products scripts" src="../../interface/images/icons/text.gif"> |
| <SPAN class=rtbText>Scripts</SPAN> |
| </SPAN> |
| </SPAN> |
| </SPAN> |
| </A> |
| void treeView_NodeDataBound(object sender, RadTreeNodeEventArgs e) |
| { |
| int i; |
| if (this.keys != null) |
| { |
| for (i = 0; i < this.keys.Length; i++) |
| { |
| if (keys[i] == e.Node.Value) |
| break; |
| } |
| if (i < this.keys.Length) |
| { |
| if (this.treeView.CheckBoxes) |
| e.Node.Checked = true; |
| else |
| e.Node.Selected = true; |
| } |
| } |
| } |
| <RadTreeView DataTextField="n_code_name" DataFieldID="n_id" DataFieldParentID="att_50170_key" DataValueField="n_id" Skin="Office2007" CheckBoxes="True" TriStateCheckBoxes="true" CheckChildNodes="false" /> |
| { | |
| var chk = document.getElementById(chk_TakeMeThere); | |
| var lbl = document.getElementById(lbl_TakeMeThere); | |
| chk.style.visibility = lbl.style.visibility = hide == 1 ? "hidden" : "visible"; | |
| } |
| chk.style.display = 'none'; |