i am not able to save the edited part with in a datagrid?

liunx

Guest
hai everyone

i am new to this ASP and ADO so please bare withme if my queris sound
silly

i am making user of a datagrid .It consist of three tamplete coloumns

first one a LinkButton
second one a DropDownListBox
third one a TextBox

my intension was to place a button out side the grid in order to save

the changes made in the selected row of the datagird ,

the problem starts here when ever i am trying to save those changes by

clicking on the save button ,
the page load event is triggered automaticly........and there by

causing the grid to loose all its current values and reload the old

values
now u may say place the loading of grid with in a block where we are

checking for postback so that it is loaded only once but if this is

done the grid just disappears from the screen.......

So my question is how can i save the edited part of my grid?

thanks in advance

austin
 
Back
Top