hi...in the grid view there has to be a column with sme image or sme select button and whn we click on that a pop up window has to open where the data is populated from db and sme fields are empty ,now after entering details the data has to be stored in db and the window has to be closed..similarly for all the rows of grid view ..wat is the best way to implement the scenario...thanks ..any related links wud be of gr8 help ...
Loading
Suthish NairPosted Mar 24, 2011, 3:11 PM
Edit and update the existing one only ...
try sample...
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
durga mavuPosted Mar 25, 2011, 1:44 AM
durga mavuPosted Mar 24, 2011, 2:49 PM
Suthish NairPosted Mar 24, 2011, 2:44 PM
durga mavuPosted Mar 24, 2011, 1:08 AM
SAM JPosted Mar 23, 2011, 1:57 PM
You can populate textboxes on other from using this event.