P PHC-AlbertzZ Forum Veteran Jun 26, 2021 #2 hindi ko magets gusto mong mangyari hihi. btw eto ginagawa kong way para ma call si Label inside repeater within button. C#: RepeaterItem item = (sender as Button).NamingContainer as RepeaterItem; string textlabel = (item.FindControl("Label1") as Label).Text;
hindi ko magets gusto mong mangyari hihi. btw eto ginagawa kong way para ma call si Label inside repeater within button. C#: RepeaterItem item = (sender as Button).NamingContainer as RepeaterItem; string textlabel = (item.FindControl("Label1") as Label).Text;