|
-
Sep 13th, 2006, 04:20 AM
#5
Re: Programatically access an HTML table control
Ah, you see, that was a bit of important information: The table is part of the template of a repeater control. 
You need to get the repeater's ItemDataBound event. It's in there that you can check to see, first, the type of the row you are looking at (It could be ListItemType.Header, .Item, .Footer), and then if that condition is met, do a .FindControl() on the EventArg parameter of the event. (e.FindControl("tableid"))
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|