Finding Control in C# using RowDatabound Event
{ if (e.Row.RowType == DataControlRowType.DataRow) { LinkButton lnk = e.Row.FindControl("lnkEdit") as LinkButton; } } |
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment