There are a lot of samples how to create tabbed view for list forms or webparts in SharePoint. Mostly they are build up with javascript, ajax or jquery. Well these technologies are really interesting, but today i am gonna make a short example of creating such tabbed views in c# using asp.net.
The advantages are crystal clear: If you have a form with lots of fields you can group them into tabs and the user
- see the section important fields
- does not need to scroll really deep
- have all fields in the scope of his or her eyes
Ok, let’s start with a simple application page which we add to our project solution. I recently builded the demo based on this post.
In this application page we insert in the aspx file the following code into the placeholder main: (more…)

