shuvo
November 21st, 2004, 12:35 PM
In the visual studio.net IDE for asp.net I could not find tha tab control like the one which is available for windows forms in either the webform toolbox or html toolbox...how do I creat a webpage with tabs in asp.net
mmetzger
November 21st, 2004, 02:15 PM
You can download and use the IE Web controls which include a tabstrip. They work fairly well in IE, but aren't too effective in Firefox, etc. They also wreak havoc with postbacks and user controls. You likely just want to create a table and modify it.