If you have a custom web part that does not appear in your web part gallery, the most probable cause…
About: MGR: the Intelogist
Author Archives: MGR: the Intelogist
How to: Automatically empty the contents of a TextBox when it gains focus
You can easily empty the contents of a textbox when you place the cursor or click the pointer inside it…
How to: Create pages (pagination) for your custom data set (in ASP.NET)
I needed this while building a custom Search facility for a customer. I was working with the Sitefinity API and…
How to: Get the name of a SharePoint feature from its GUID
There’s a really easy way to get the name of a feature that SharePoint requests from its provided GUID. For…
How to: Sort and Reverse a DataTable
In order to sort/order the rows of a DataTable, we need to pass them through to an array of DataRow…
How to: Troubleshoot “The event handler ‘OnClick’ is not allowed in this page”
While working with an asp.net page in SharePoint 2007 (or, in any other situation where you get this error), when…
How to: troubleshoot “the name is in use elsewhere” when importing a Nintex workflow
If you’re importing a Nintex workflow and you’re greeted by a message saying that you can’t use the name you’re…
How to: Create a user customizable widget for Sitefinity
If you’ve tried to create a widget (custom control) in Sitefinity (quick how to here ) you will have noticed…
How to: Update XSD queries
Working with an .XSD (XML schema file) in Visual Studio may be easy at first but, it might give you…
Basics: Panel VS Placeholder (ASP.NET)
One more thing to keep in mind when working with ASP.NET is the difference between the two most commonly used…