Unable to get textbox value from datagrid that is in UserControl

  • Thread starter Thread starter moid
  • Start date Start date
M

moid

im not able to get textbox value from the datagrid that is in the
usercontrol.
usercontrol is created dynamically on the page. i want to delete some values
if textbox in the datagrid is 0

Please Help

Regards,
Moid Iqbal
 
Since the control is loaded dynamically, you will need load it each
time the page loads, even the post backs. You will also need to make
sure the control is loaded before making changes to it.
 
Back
Top