Justin Cooney
Web Development Tips and Examples
Category: Programming
-
jQuery tabs are pretty great, and you can get some cool functionality if you mix tabbing with nested content in an iFrame. Once you put the pieces together, you can see how your Web page might appear in the example image included with this post.
-
This post is written with the specific example in mind of deleting a page from a SharePoint Enterprise Wiki setup. However, the steps also apply to any other Sharepoint instance where you would want to delete a page.
-
In SSRS you can easily present users with database-driven single selection drop-down lists as parameters to pass to the stored procedure running your report. In the following steps I’ll go through the process of adding a single selection drop-down list to your report.