Thanks Phillip I got it to work. it was exacty what I was looking for. I did
have something interesting happen though. I looked at your example and the
title worked on your sample, then I tried to mimick the process in my page, i
couldn't get the title on the image to work (mouse over and then a text box
appears). So then I went back to your page to see what I was doing wrong, and
the title stopped working in yours. is there a setting that I may have
triggered with my development that told IE to not display titles?
"Phillip Williams" wrote:
> Add to the arrow an attribute onclick with a value containing the name of a
> Javascript function that traverses the browser DOM and copies the values from
> one control to the other.
>
> I modified my datagrid sample to do what you wanted and put the source code
> on my website at: http://www.societopia.net/samples/datagrid.aspx
>
> --
> Phillip Williams
> http://www.webswapp.com
>
>
> "Lyners" wrote:
>
> > What I want to do, I have a datagrid with totals in one column and a text
> > field in the next. What I would like to provide is a way for the user to
> > click on an arrow under/next to the total amount that would then load into
> > the text field. I know I could just use an edit button and have an event
> > handle it, but that would take too much time with the posting and post back.
> > I think what I want to do is write some kind of java script so that the copy
> > is done on the client side. Does anybody have a suggestion for me, or an
> > example how to do this?
> >
> > I am using ASP.NET with VB
> >
> > Thanks