Login  
Search All Forums
Dart Home | PowerWEB LiveControls for ASP.NET | Custom Development Reply | PowerWEB LiveControls for ASP.NET Topics | Forums   
AuthorForum: PowerWEB LiveControls for ASP.NET
Topic: LiveDataGrid problem in 1.4.1.0
thb

From: Greve, Denmark
Posts: 3
Member Since: 10/19/05
posted April 22, 2006 4:14 PM

Hi

I run an edit then a update I have changed the content of one of my fields but it's not reflected in the return value. I hope it's something I am missing.

DataGridItem Cell = e.Item;
Dart.PowerWEB.LiveControls.LiveTextBox TimesheetID = new Dart.PowerWEB.LiveControls.LiveTextBox();
TimesheetID = (Dart.PowerWEB.LiveControls.LiveTextBox) Cell.Cells[3].Controls[0];

Dart.PowerWEB.LiveControls.LiveTextBox Monday = new Dart.PowerWEB.LiveControls.LiveTextBox();
Monday = (Dart.PowerWEB.LiveControls.LiveTextBox) Cell.Cells[7].Controls[0];

Dart.PowerWEB.LiveControls.LiveTextBox Tuesday = new Dart.PowerWEB.LiveControls.LiveTextBox();
Tuesday = (Dart.PowerWEB.LiveControls.LiveTextBox) Cell.Cells[8].Controls[0];

Dart.PowerWEB.LiveControls.LiveTextBox Wednesday = new Dart.PowerWEB.LiveControls.LiveTextBox();
Wednesday = (Dart.PowerWEB.LiveControls.LiveTextBox) Cell.Cells[9].Controls[0];

Best Regards

Thorbjorn
thb

From: Greve, Denmark
Posts: 3
Member Since: 10/19/05
posted April 22, 2006 5:12 PM

Found the problem

Forgot the IsPostBack

Thanks anyway

Thorbjorn
Reply | PowerWEB LiveControls for ASP.NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX