How to access and bind a label inside a GridView Template Field?

  • Thread starter Thread starter Miguel Dias Moura
  • Start date Start date
M

Miguel Dias Moura

Hello,

I have a GridView in my page with a TemplateField and an Asp Label
inside it.
I need to access that Label in runtime and change the field to which it
is binded.

Can someone please tell me how to do this?

Thanks,
Miguel
 
Miguel said:
Hello,

I have a GridView in my page with a TemplateField and an Asp Label
inside it.
I need to access that Label in runtime and change the field to which it
is binded.

Can someone please tell me how to do this?

Thanks,
Miguel

Hi Miguel,

U know what ? i am facing same kinda problem in which i need to remove
one of the control (either textbox or dropdownlistbox bound to a same
parameter field) on the click of the edit link of gridview
 

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