Re: How do you access Table cells from code behind?
From: Ken Cox [Microsoft MVP] (BANSPAMken_cox_at_sympatico.ca)
Date: 05/18/04
- Next message: Ken Cox [Microsoft MVP]: "Re: ASPNET and Webbrowser control"
- Previous message: Ken Cox [Microsoft MVP]: "Re: Wizard Control"
- In reply to: Richard Dixson: "Re: How do you access Table cells from code behind?"
- Next in thread: Richard Dixson: "Re: How do you access Table cells from code behind?"
- Reply: Richard Dixson: "Re: How do you access Table cells from code behind?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 17 May 2004 21:46:03 -0400
It adds the table automatically. You manipulate the cells through code.
"Richard Dixson" <reply@here.com> wrote in message
news:JL-dnXlq_4z--DTd4p2dnA@comcast.com...
> OK, figured it out. I had to declare the table cell variable in the code
> behind page. For example:
> protected System.Web.UI.WebControls.TableCell myCellVal;
>
> Definately non-obvious to those just getting started in webforms like
> myself. I'm really surprised that the designer does not automatically add
> those declarations for you...
>
> Richard
>
>
- Next message: Ken Cox [Microsoft MVP]: "Re: ASPNET and Webbrowser control"
- Previous message: Ken Cox [Microsoft MVP]: "Re: Wizard Control"
- In reply to: Richard Dixson: "Re: How do you access Table cells from code behind?"
- Next in thread: Richard Dixson: "Re: How do you access Table cells from code behind?"
- Reply: Richard Dixson: "Re: How do you access Table cells from code behind?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|