Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
410 Points
84 Posts
Aug 30, 2003 02:04 AM|LINK
... String foo= ((Label) e.Item.FindControl("foo")).Text; String bar= ((Label) e.Item.FindControl("bar")).Text; ...
ckim06
Member
410 Points
84 Posts
Gotta be a better way.
Aug 30, 2003 02:04 AM|LINK
... String foo= ((Label) e.Item.FindControl("foo")).Text; String bar= ((Label) e.Item.FindControl("bar")).Text; ...I know there's gotta be a more elegent way to get foo and bar.