Hi,

Below is what I would like to achieve, I just want to know what controls and technologies you would use to gain the desired effect.

Firstly, I want to read some rows of Data from a SQL datasource.
I want these rows to display on an ASP page. I do not care what control is used to display these rows.

Secondly, I want to be able to click on each of these rows to perform a data UPDATE/DELETE on the selected row.

Third, I want to use jQuery or something similar to make the selected row fade out. Preferablly all this would be done without a postback, but if it makes it easier, I can just use a postback.

To avoid postbacks, would I need to create a web service?
Ignoring postbacks, is it possible to either:
A. call a piece of behindcode in a jQuery script or
B. call a piece of jQuery after a postback.
I would think one of these two solutions would combine to give me the desired effect I am after.