Stephen, e.RowIndex = 0
On Mon, May 17, 2010 at 8:45 AM, Stephen Russell <[email protected]>wrote: > On Fri, May 14, 2010 at 3:14 PM, Soo Kim <[email protected]> wrote: > > Thanks Eder, but I've tried that, same error. > -------------- > > > Have you debugged your attempt ? > >> >> txtAddress = > >> >> CType(GridView1.Rows(e.RowIndex).FindControl("txtAddress"), > >> >> TextBox).Text is where it is bombing, help! > > I mean have you put a line of code for > int eRow = e.RowIndex > > Is there data that corresponds ? > > Is your eRow negative? > > > -- > Stephen Russell > > Sr. Production Systems Programmer > CIMSgts > > 901.246-0159 cell >
