How to from a textbox template column
-
I have dynamically created a datagrid with multiple textbox template items, which allows the user to update these columns. I have tried to use the code .findcontrol on the template column to received the updated data so I can update the data base. I receive null value from the findcontrol. Since I am creating the datagrid dynamically is there something else I need to do? Thanks, Sheri Zdroik
-
I have dynamically created a datagrid with multiple textbox template items, which allows the user to update these columns. I have tried to use the code .findcontrol on the template column to received the updated data so I can update the data base. I receive null value from the findcontrol. Since I am creating the datagrid dynamically is there something else I need to do? Thanks, Sheri Zdroik
As I understand it, since you are creating the datagrid dynamically the viewstate must be rendered before you can use the findcontrol method. Try moving the findcontrol to the page prerender and see if that resolves the problem.