Implement jQuery Tag-it functionality in C# Win Form
Windows Forms
1
Posts
1
Posters
1
Views
1
Watching
-
I would like to implement a functionality similar to jQuery TagIt into C# windows forms. Here is the link for jQuery - http://aehlke.github.com/tag-it/
I am thinking of creating a user control for this functionality.
Any help on how to go about this?