How to Generate Dynamically SiteMap Control in asp.net2.0
-
Hi, This is from Chandrakanth. I am using Sitemap Conrtrol in my Project. My Problem is.... Actually in my form i have One DropDownList.In that i am binding RoleNames Like "AccountOperation","HealthCPU" . And I have one DataGrid Control. In that i am populating Screen Names.Screen Names like "MasterSCREEN","Report Screen" "Upload SCREEN" . Here User Have To Select RoleName From DropDown and then , User Have to Select SCREEN NAME From DataGrid Control.Here after by Clicking "SUBMIT" button SITEMAP control should Generate Menu what ever selected by USer. For Example ROLENAME is "ACCOUNT OPERATION" AND SCREEN NAME is "MASTER SCREEN","REPORT SCREEN". Then SITEMAP control should generate MENU like MASTERSCREEN AND REPORTSCREEN. How can i go for that. Can any one give me reply for this. Thanks in Advance.. With regards Chandrakanth
Chandrakanth