I want to add a text field to a web page that lets users add space delimited tags. much like del.icio.us.
I am more interested in how I get them off the page and into the database using VB.NET and SQL.
Can anyone point me at any articles or code snippets on how I can achieve this using vb.net and sql 2005?
Here is an oversimplifed example. I am using c# but converting it to vb must be trivial. You will need to dig into lots of more details.
Assuming that you are using webforms, you need a textbox on your page:
Assuming that you have a submit button:
You would have a SaveTags method that handles the click event: