H HB Feb 17, 2004 #2 Guys, PLS tell me How to reset DataGrid to view DB updates? if I refill the dataset it double the records. Thanks HB
Guys, PLS tell me How to reset DataGrid to view DB updates? if I refill the dataset it double the records. Thanks HB
C Curt_C [MVP] Feb 17, 2004 #3 try a .clear() before the bind on a postback -- Curt Christianson Owner/Lead Developer, DF-Software www.Darkfalz.com
try a .clear() before the bind on a postback -- Curt Christianson Owner/Lead Developer, DF-Software www.Darkfalz.com
C Curt_C [MVP] Feb 17, 2004 #4 I'm going off the top of my head so it may be down a level.... ..DataSource.Clear() perhaps? -- Curt Christianson Owner/Lead Developer, DF-Software www.Darkfalz.com
I'm going off the top of my head so it may be down a level.... ..DataSource.Clear() perhaps? -- Curt Christianson Owner/Lead Developer, DF-Software www.Darkfalz.com
H HB Feb 17, 2004 #5 Databind Curt_C said: how are you filling it? using a databind or manually? Click to expand...
H HB Feb 17, 2004 #6 Clear is not a listed method under the DataGrid Curt_C said: try a .clear() before the bind on a postback Click to expand...
Clear is not a listed method under the DataGrid Curt_C said: try a .clear() before the bind on a postback Click to expand...
H HB Feb 17, 2004 #7 Many Thanks Curt_C said: I'm going off the top of my head so it may be down a level.... .DataSource.Clear() perhaps? Click to expand...
Many Thanks Curt_C said: I'm going off the top of my head so it may be down a level.... .DataSource.Clear() perhaps? Click to expand...