| | |
How to code "tab control' in the web form in ASP.NET / VB.NET ?
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
Hi,
I am looking for some help in coding an app using VB.NET 2003,where in a web form I have four tabs which call four different forms in the panel after click event. I don't see any tab control in the toolbox in visual studio so I guess I have to write some code for that. can someone help figure out how ?
thanks in advance
Tejashree.
I am looking for some help in coding an app using VB.NET 2003,where in a web form I have four tabs which call four different forms in the panel after click event. I don't see any tab control in the toolbox in visual studio so I guess I have to write some code for that. can someone help figure out how ?
thanks in advance
Tejashree.
•
•
Join Date: Jan 2006
Posts: 275
Reputation:
Solved Threads: 11
You have to bear with me as i havent used 2003 in a long time. 2005 has the tabcontrol and i thought 2003 did. But i was using 3rd party tools too so they had them which is where my memory could be going wrong.
Anyway. It is basically a series of buttons that just look like a tab shape using an image. Then there are two ways you can respond depending on your needs. Either load all 4 forms in memory and when the relevant button is clicked use some clientside code (such as javascript) to display the relevant form/controls or use a normal server side postback and show the correct form depending on the button clicked.
You could always go so far as write your own usercontrol to do this for you (which is basically all the tools are anyway. Or depending on your needs... download VWD from microsoft which is the 2005 version and has all the new tools in it and is free (for a while)
Anyway. It is basically a series of buttons that just look like a tab shape using an image. Then there are two ways you can respond depending on your needs. Either load all 4 forms in memory and when the relevant button is clicked use some clientside code (such as javascript) to display the relevant form/controls or use a normal server side postback and show the correct form depending on the button clicked.
You could always go so far as write your own usercontrol to do this for you (which is basically all the tools are anyway. Or depending on your needs... download VWD from microsoft which is the 2005 version and has all the new tools in it and is free (for a while)
![]() |
Similar Threads
- How to transfer values between ASP.NET pages (ASP.NET)
- file open dialog box control in asp.net (ASP.NET)
- Print a web page in ASP.net (ASP.NET)
- Web Service with ASP .Net (ASP.NET)
- Team Lead C#, ASP.NET, VB.NET, Web Services, SQL - Los Angeles, CA (Web Development Job Offers)
- Javascript:How to transfer values between ASP.NET pages (JavaScript / DHTML / AJAX)
Other Threads in the ASP.NET Forum
| Thread Tools | Search this Thread |
.net 2.0 3.5 ajax appliances asp asp.net beginner box browser businesslogiclayer button c# c#gridviewcolumn cac checkbox class compatible confirmationcodegeneration content contenttype countryselector courier css dataaccesslayer database datagrid datagridview datalist deadlock deployment development dgv dialog dropdownmenu dynamic dynamically edit embeddingactivexcontrol fileuploader fill findcontrol flash flv forms gridview gudi homeedition iis javascript jquery list listbox menu mouse mssql multistepregistration nameisnotdeclared news novell objects opera order problem radio ratings redirect registration relationaldatabases reportemail rotatepage schoolproject search security serializesmo.table sessionvariables silverlight smoobjects software sql sql-server ssl tracking treeview validatedate validation vb.net videos virtualdirectory vista visual-studio visualstudio vs2008 web webapplications webarchitecture webdevelopment webprogramming xml xsl





