protected void trvEventTree_OnSelectedNodeChanged(object sender, EventArgs e)
{
txtEventGroupId.Text = ((System.Web.UI.WebControls.
TreeView)sender).SelectedNode.Value;ParentPage.UpdateWindow();
}
Is it possible i can override that event from the aspx page? How can it be done?
Thanks
Replies
Know the answer? Post it — somebody with the same question will find it here.