I'm using two textboxes. One textbox that saves the link to my hyperlink column: http://... and one textbox that saves the description. But i can't get it to work. I've tried
new SPFieldUrlValue(item["Links"].ToString()).Url = TextBoxAddLink.Text;
new SPFieldUrlValue(item["Links"].ToString()).Description = TextBoxLinkDesc.Text;
