I am developing a web-based version of a database that has up
to now been Access-based. There are a few facilities that I wrote
into the code for Access that I would love to be able to replicate.
They are:
a) A facility that allows the user to paste a comment from a
seperate form into a field on the main form
b) A facility that allows the user to click on a person to
move him/her from one group into another by clicking on their ID.
They then appear in the list for that group.
Is there any way I can achieve either of these using ASP.NET
VB? I am more concerned about getting a) to work rather than b).
Thanks!