Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Can I achieve this?

New Here ,
Jul 18, 2006 Jul 18, 2006
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!
TOPICS
Server side applications
211
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 23, 2006 Jul 23, 2006
LATEST
a) Copy and paste works fine within html based forms
b) Yes this is possible. Basically you create a script that deletes from
one group and an insert script for the other group.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"denman" <webforumsuser@macromedia.com> wrote in message
news:e9i9dp$muk$1@forums.macromedia.com...
>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!
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines