I want to create a webpart programmatically like below to contain fixed links to some internal pages:
The two shown in red blocks. How to create these webparts and attach to the site programmatically?
I want to create a webpart programmatically like below to contain fixed links to some internal pages:
The two shown in red blocks. How to create these webparts and attach to the site programmatically?
Create Linnks webpart(site actions-->site settings-->site libraries and list--> create new content-->Tracking tab-->links web part Then add your page urls and description here. Then go bak to your page and edit page--> add this web part there
Hi Manish
If you can accept your links to just be in the Top box, then just insert them into the QuichLaunch navigation
If you need them to be below the second box then you have to create a new MasterPage and insert some control below the PlaceHolderLeftActions ContentPlaceHolder
BR
Per