C
CGW
I'm still a bit of a newbie, so this could be a dumb question, but...
I have built a simple grid using a Repeater control with textboxes to allow
users to enter numbers (much like a simple spreadsheet). Playing with it, I
even get quick response from the server if I use events on the textboxes to
retotal and reload the grid from server side. But I'm concerned
performancefor remote users; that could be problematic.
I'm hoping instead, to refresh the total lines from the client side with
Javascript or VBscript (prefer Java), and I was wondering if anyone might
have a good example or two of doing that.
I have built a simple grid using a Repeater control with textboxes to allow
users to enter numbers (much like a simple spreadsheet). Playing with it, I
even get quick response from the server if I use events on the textboxes to
retotal and reload the grid from server side. But I'm concerned
performancefor remote users; that could be problematic.
I'm hoping instead, to refresh the total lines from the client side with
Javascript or VBscript (prefer Java), and I was wondering if anyone might
have a good example or two of doing that.