• randomizzzer
18. 01. 2012
back_to_basics.jpg

Basics: Dictionary (Create, sort + comparison with Hashtable)

Dictionaries are my favourite structure to populate drop down lists. A method that returns a Dictionary will in fact return a list of paired values with keys. In the case of a drop...

Read More →
18. 01. 2012
quickTip1.jpg

How to: Get random numbers (Random() and RNGCryptoServiceProvider())

For use with simple, everyday projects where you might need a simple random number, Random() should be enough. The only thing that you need to make sure when using Random() is that, if...

Read More →
17. 01. 2012
quickTip1.jpg

How to: Solve the “empty Ajax Update Panel” predicament

A funny thing happens if you’re using an empty Ajax Update Panel on your page/control definition in order to programmatically add controls from your code behind. Any controls that are defined after the...

Read More →
22. 12. 2011
quickTip1.jpg

How to: Get a list of all accessible SQL Servers

  Open up the terminal and type either of the following two commands: 1. osql –L or 2. sqlcmd –L

Read More →
09. 12. 2011
back_to_basics.jpg

Basics: C# Operators

I might be the only one but I find myself, time after time, needing to go back to some of the most basic elements of programming. Probably the element that I have checked...

Read More →
22. 11. 2011
quickTip1.jpg

How to: troubleshoot Nintex workflow publication issues

I just started working with Nintex workflow and on my first day, I ran into this error message: “Server was unable to process request —> Failed to publish workflow: (…)” At the end...

Read More →
18. 11. 2011
quickTip1.jpg

How to: set a multi-line default value in an InfoPath 2010 textbox field

  That was a tricky one. I have a textbox on an InfoPath 2010 form, into which, I want to display multiple lines of text. Obviously, I set the field to allow multiple...

Read More →
16. 11. 2011
quickTip1.jpg

How to: move fields within an InfoPath 2010 data source

  I was certain I had written a blog post about this. It appears that I haven’t. In any case, this is in great detail being presented in the MSDN Blogs. The solution...

Read More →
16. 11. 2011
quickTip1.jpg

How to: Rename a Web Application in SharePoint 2010

  Today, I opened up my Central Admin on my test environment, only to be greeted by numerous web applications that I had created in the part in order to work with some...

Read More →
15. 11. 2011
quickTip1.jpg

How to: Remove code from an InfoPath form to allow it to be filled in on the browser

Sometimes, working with InfoPath can be a real pain. One of these times is when you accidentally hit the “Edit code” option. Even if you completely cancel out of the new programming window,...

Read More →