HOW TO MAKE PAGE USING MENU,TREEVIEW AND GRIDVIEW CONTROL PLEASE HELP, PLEASE HELP
-
Hi All, Can anyone please help me on page design and integrate master page, tabmenu and gridview control? I have page that : 1. On top should be Tab menu like HOME,PROCESS,HR 2. When u click on PROCESS TAB, On Leftside of same page should display PROCESS TREEVIEW WITH SOME TREENODE-CHILD NODE DATA 3.When u click on child node, ON CENTER OF SAME PAGE, should display gridview control (full-featured gridview control) I have created individual examples of TABMENU, Treeview and Gridview control but i can't integrate them. I thought I will use Frames and IBUYSPY Design concepts BUT IN ASP.NET 2.0 IT IS NOT WISE TO USE FRAME AND FRAMES ARE NOT SUPPORTED WELL NOW I AM IN COMPLETE CONFUSION TO MAKE ALL PEICES TO WORK AS ONE WEBPAGE. PLEASE HELP.
Ami Dalwadi
-
Hi All, Can anyone please help me on page design and integrate master page, tabmenu and gridview control? I have page that : 1. On top should be Tab menu like HOME,PROCESS,HR 2. When u click on PROCESS TAB, On Leftside of same page should display PROCESS TREEVIEW WITH SOME TREENODE-CHILD NODE DATA 3.When u click on child node, ON CENTER OF SAME PAGE, should display gridview control (full-featured gridview control) I have created individual examples of TABMENU, Treeview and Gridview control but i can't integrate them. I thought I will use Frames and IBUYSPY Design concepts BUT IN ASP.NET 2.0 IT IS NOT WISE TO USE FRAME AND FRAMES ARE NOT SUPPORTED WELL NOW I AM IN COMPLETE CONFUSION TO MAKE ALL PEICES TO WORK AS ONE WEBPAGE. PLEASE HELP.
Ami Dalwadi
I really don't get what the problem is. What bit is confusing you ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hi All, Can anyone please help me on page design and integrate master page, tabmenu and gridview control? I have page that : 1. On top should be Tab menu like HOME,PROCESS,HR 2. When u click on PROCESS TAB, On Leftside of same page should display PROCESS TREEVIEW WITH SOME TREENODE-CHILD NODE DATA 3.When u click on child node, ON CENTER OF SAME PAGE, should display gridview control (full-featured gridview control) I have created individual examples of TABMENU, Treeview and Gridview control but i can't integrate them. I thought I will use Frames and IBUYSPY Design concepts BUT IN ASP.NET 2.0 IT IS NOT WISE TO USE FRAME AND FRAMES ARE NOT SUPPORTED WELL NOW I AM IN COMPLETE CONFUSION TO MAKE ALL PEICES TO WORK AS ONE WEBPAGE. PLEASE HELP.
Ami Dalwadi
hai, Its simple, put all that parts you have made has a usercontrol and create a master page. create pages and use the master page, write appropriate code to do the business logic. there are lot of examples available in net. Cheers asithangae:)