The (predefined by microsoft) URL field is quite a weird duck in the pond.
You add one field to the list but you get two form fields to fill : Actual URL and a description.
As a programmer I assumed that you could set the values through code (C#) something like this:
SPField MyURLfield = MyList.Fields[”NiceLink”];
MyURLfield.URL=”http://blogger.xs4all.nl”;
MyURLfield.Description = “Experimental blog site”
After, of course, not getting the properties URL and or Description in intellisense and looking through the internet
I finally found the solution in a book, and when I asked my colleagues then they naturally all knew the answer...
So go and ask you fellow coders for the answer to this one :-)
So they didn't know hey ??
The answer is simple : The value must be set to “URL comma space Description”
Like so: “http://blogger.xs4all.nl, Experimental blog site”
Now you know.
09-f9-11-02-9d-74-e3-5b-d8-41-56-c5-63-56-88-c0
isn't it cool ?