Hi-
I have a GridView control that has a dynamically added control in one column. What sort of control gets added is based on what the content is - could be a textbox, RTF Editor (instead of a normal textarea, similar to what I'm writing this post in), datepicker, etc. I'm getting the data into the control just fine when I go into edit mode for a row, but can't seem to get the contents of that control when I try to save changes and update that row.
I've tried using the RowUpdating event for the GridView control as well as the Updating event for the SQLDatasource control that the GridView is bound to. (And a whole lot of other ideas, but I'm running out)
Anyone had experience with this? ASP.NET 2,
VB.NET, Visual Studio 2005 Pro and SQL Server 2005 Standard...
Thanks,
Jason