Tried using a user one, Tried using a server one. Nothing! when i want to collect my values from the edit row, using the FindControl meth., all i get is a new instance of that con., with my data blanked!!!!!!
This sounds like you are rebinding the DataGrid in the Page_Load event handler
without checking to see if IsPostBack is False. Check out this FAQ for more info:
Why Your DataGrid's Updates Don't Show Up hth
Happy Programming!
-- Scott Mitchell
-- mitchell@4guysfromrolla.com
-- http://scottonwriting.net/sowblog/
-- http://www.4GuysFromRolla.com/ScottMitchell.shtml
My Custom Control resides within a Datagrid, which resides within a User Control (uses If Not Page.IsPostBack in Page_Load), which resides within an ASPX page (uses If Not Page.IsPostBack in Page_Load). All the DataGrid's updates show up, But the ones of my
control.
SharonUrban
Member
150 Points
30 Posts
What da !@@# is wrong with this tech?? (or me) : I can't get to my control which resides within a...
Aug 04, 2003 03:03 PM|LINK
Scott Mitche...
Contributor
4114 Points
712 Posts
ASPInsiders
MVP
Re: What da !@@# is wrong with this tech?? (or me) : I can't get to my control which resides with...
Aug 04, 2003 04:54 PM|LINK
-- Scott Mitchell
-- mitchell@4guysfromrolla.com
-- http://scottonwriting.net/sowblog/
-- http://www.4GuysFromRolla.com/ScottMitchell.shtml
SharonUrban
Member
150 Points
30 Posts
Re: What da !@@# is wrong with this tech?? (or me) : I can't get to my control which resides with...
Aug 04, 2003 05:14 PM|LINK
SharonUrban
Member
150 Points
30 Posts
Please can anyone help? I'll thank him/her alot.....
Aug 06, 2003 04:08 PM|LINK