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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top