Garreth21
Programmer
- May 19, 2005
- 29
hi everyone
I have what i'm sure is an easy question about datagrids. but this is my first time using them so I can't figure this out.
I'm switching ASP code over to ASP.NET. I'm using a datagrid to replace an exsisting INC file, that builds a html table. The exsisting table has a textbox in each row. The name will "txtQuantity_1" where 1 is the row number.
I have the datagrid setup the same but I can't figure out how to get the row number and append it to the control name.
Anyone have any ideas or suggestions?
thanks in advance.
I have what i'm sure is an easy question about datagrids. but this is my first time using them so I can't figure this out.
I'm switching ASP code over to ASP.NET. I'm using a datagrid to replace an exsisting INC file, that builds a html table. The exsisting table has a textbox in each row. The name will "txtQuantity_1" where 1 is the row number.
I have the datagrid setup the same but I can't figure out how to get the row number and append it to the control name.
Anyone have any ideas or suggestions?
thanks in advance.