Microsoft PlayGround

A Playground for Microsoft Technologies

Entries Tagged ‘ASP.NET’

ASP.NET Checkbox with confirmation message

For one of my assignments I had to create a checkbox that displays a confirmation message when you uncheck a checkbox. I thought I would share my solution with you guys.   First off al you will have to create a new class file that we will call ‘ConfirmationCheckbox’ the class will inherit from ‘System.Web.UI.WebControls.Checkbox’ [...]

Bulk deletion of SPListItems (SPListItemCollection)

A few days ago I had to develop a TimerJob that deletes a large number of items from a SharePoint list. My first idea was to iterate trough the list items and then call the delete method of the items that needed to be deleted. Doing this was a major performance set back because it [...]

ASP:Menu in IE8

Since a few days I have installed Internet Explorer 8 on my computer and I was curious how it would display certain sites. Till a few hours ago everything looked nice. When navigating to an internet site we had just developed for one of our clients I noticed a strange thing. On the default page [...]