Hi All,
I am using IE Web control Treeview. And I am also using Iframe on the same .aspx page. Now my Iframe refers to other .aspx page whenever user clicks on one of the various nodes of Treeview.
This is how my Iframe loads LessonsGrid.aspx.aspx page. I pass the value of Treeview node user clicks on.
nodeGroup.NavigateUrl = "LessonsGrid.aspx?GrpID=" & nodeGroup.ID
nodeGroup.Target = "doc"
Note: doc is the name of iFrame.
Now my iFrame displays this LessonsGrid.aspx page only when user clicks on one of the node on Tree view. But when my main page opens I want my IFrame to display by default LessonsGrid.aspx page.
How can I do this ?
Any help will be appreciated.
Thanks.
I am using IE Web control Treeview. And I am also using Iframe on the same .aspx page. Now my Iframe refers to other .aspx page whenever user clicks on one of the various nodes of Treeview.
This is how my Iframe loads LessonsGrid.aspx.aspx page. I pass the value of Treeview node user clicks on.
nodeGroup.NavigateUrl = "LessonsGrid.aspx?GrpID=" & nodeGroup.ID
nodeGroup.Target = "doc"
Note: doc is the name of iFrame.
Now my iFrame displays this LessonsGrid.aspx page only when user clicks on one of the node on Tree view. But when my main page opens I want my IFrame to display by default LessonsGrid.aspx page.
How can I do this ?
Any help will be appreciated.
Thanks.