Menus & Views
-
i'm new to vb n asp.net...i wanna do this without any 3rd party controls... i need to create a dynamic tab control in asp.net & code behind with vb...so i created a menu and takes its menu items from a table...so far its working fine... my menu looks something like this, xxx|yyy|zzz| i have a textbox when u enter a new menuitem and when i click save the new item will get appended to the present list... xxx|yyy|zzz|aaa now when i click say xxx it needs to show a view that has my user control... since i'm creating menuitems dynamically how do i create views with my user control and link them to the newly created menu item....
-
i'm new to vb n asp.net...i wanna do this without any 3rd party controls... i need to create a dynamic tab control in asp.net & code behind with vb...so i created a menu and takes its menu items from a table...so far its working fine... my menu looks something like this, xxx|yyy|zzz| i have a textbox when u enter a new menuitem and when i click save the new item will get appended to the present list... xxx|yyy|zzz|aaa now when i click say xxx it needs to show a view that has my user control... since i'm creating menuitems dynamically how do i create views with my user control and link them to the newly created menu item....
Hi, I suggest you use bind method, and add the put-in values to the binded source.
April Comm100 - Leading Live Chat Software Provider
-
i'm new to vb n asp.net...i wanna do this without any 3rd party controls... i need to create a dynamic tab control in asp.net & code behind with vb...so i created a menu and takes its menu items from a table...so far its working fine... my menu looks something like this, xxx|yyy|zzz| i have a textbox when u enter a new menuitem and when i click save the new item will get appended to the present list... xxx|yyy|zzz|aaa now when i click say xxx it needs to show a view that has my user control... since i'm creating menuitems dynamically how do i create views with my user control and link them to the newly created menu item....
thanx for the suggestion...i never tried that before...now i'll experiment it...is there any other way :-D