DCSIMG
DEV - justguy's

Browse by Tags

All Tags » DEV (RSS)

WPF: ComboBox with CheckBoxes as items (it will even update on the fly!)

Hi,   Recently I’ve come across something weird… I needed a ComboBox that will allow the user to select multiple items. The the solution coming to mind is using CheckBox es. I have found several examples, but neither one displayed the selected items with pretty commas (like this: ).   I’ve decided the best solution willl be taking an example from MSDN and modifying it to suite my needs. Steps: (actually took ALOT longer and was ALOT harder – learning curves and such) Created a UserControl...
Posted by justguy | 74 comment(s)
תגים:,

SharePoint list templates and base types

Hi! I come across another strange request from the same client… I had something to do with displaying all items from all document libraries in the site. Trying to think caught me off guard, and I decided to go ahead and work with the CQWP (Content Query Web Part). I found it too complicated and uncustomizable (the client has fantasies about web development). Scratching my head a bit got me thinking about a nice web part I put together once: Get a list, use the GetDataTable() mehod, use WriteXml(...
Posted by justguy | with no comments
תגים:,

What happens when your client requires list item aggregation from sub sites…

Hi, As you all know, client have an annoying tendency of getting annoying. Yes, I am talking about the money-makers! I came across this request: Aggregate list items (news, tasks) from sub sites to the root site. The condition for aggregation will be a site column named “ Copy to Homepage ”. Aggregated items will require content approval. The client should be able to implement the same behavior himself (on programmers on board). 1st thing’s 1st… damn! Now let’s get to work…   Step 1 - Aggregate...
Posted by justguy | 1 comment(s)
תגים:,