| | |
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 activexcontrol advice ajax alltypeofvideos asp asp.net bc30451 bottomasp.net browser button c# c#gridviewcolumn checkbox click commonfunctions compatible confirmationcodegeneration content contenttype courier css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock development dgv dropdownlist dropdownmenu dynamically edit expose fill flash flv form formatdecimal forms formview gridview homeedition iframe iis javascript jquery listbox login menu microsoft mono mouse mssql multistepregistration news numerical objects opera order panelmasterpagebuttoncontrols radio ratings registration reportemail rotatepage save schoolproject search security serializesmo.table silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking unauthorized validation vb.net video videos virtualdirectory vista visual-studio visualstudio web webapplications webarchitecture webdevelopemnt webprogramming webservice xml xsl youareanotmemberofthedebuggerusers





