Oppinion wanted

  • Thread starter Thread starter Guest
  • Start date Start date
Mark said:
Maybe for something like nested repeaters, but not in this particular
instance...

I was referring to the OP's code:

// type 2 more VB like
if (((GridViewRow)e.Row).FindControl("lbl_One1") != null)
{
Label lbl =
(Label)((GridViewRow)e.Row).FindControl("lbl_Two2");
lbl.Text = "AND Yes!";
}

Hilton
 

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