I think in most cases, reading from a DataGrid is unnecessary and I would recommend against it. Instead, you should iterate over the DataGrid's dataProvider to access the data. The exact syntax for that will depend on what you're using as your dataProvider, but assuming its an ArrayCollection or XMLListCollection you should be able to just use a for each loop and make your HTTPService calls from there.
HTH, Ben --- In [email protected], Vinod M Jacob <[EMAIL PROTECTED]> wrote: > > Hi, > > Can anyone help me in solving this problem. > My basic need is to pass the data from a datagrid to the database. > > I want to read the data in datagrid row by row. > Consider i have a datagrid with two colums and five rows. > In a for loop i want to get the data in each row one by one so that i can pass > this value to an HTTPService one by one so that i can store it in the database. > > If anyone of you have any other suggestion you are welcomed. > I would really appreciate you effort in solving this problem. > > Thanks & Regards, > Vinod M Jacob > > > --------------------------------- > Everyone is raving about the all-new Yahoo! Mail beta. >

