Introduction:
I have been studying Windows Sharepoint Services (WSS) for some time now. It is for a prospective client customization assigned to me at work.
Developing web parts for WSS seems to be a pain since you can’t have a feel for the layout you’re creating.
So I searched for a solution for my problem and found out that Web User Controls can be used in Web Parts.
Here I’ll show how I attempted to make a “development exercise” using Sharepoint, DevExpress ASPxGridView, and C#. Please note that the way I code things may not be very clean, but I’ll do my best to make it understandable.