searching for a row

  • Thread starter Thread starter rcoco
  • Start date Start date
R

rcoco

hi,
I have a datagrid That Updates, it contains many names so I
created a textBox and Button that if some one wants to edit Writes the
name in yhe textbox and on the pressing button the Row is selected
automatically and the editing process can be done. Is this possible and
if so can some one help me out and tell me how to go about it?
Thanks
 
rcoco said:
hi,
I have a datagrid That Updates, it contains many names so I
created a textBox and Button that if some one wants to edit Writes the
name in yhe textbox and on the pressing button the Row is selected
automatically and the editing process can be done. Is this possible and
if so can some one help me out and tell me how to go about it?
Thanks


This updates the selected row of a gridview:
http://photos.monte.jodoshared.com/CategoriesMaintenance2.aspx

Is that what you're after?
 
Back
Top