Jump to content

list of various methods for finding asp label control


rhishi20

Recommended Posts

I know one method of finding asp label control under rowdatabound event of gridview.

 

for example following way

 

lbl = e.Row.FindControl("label23")

 

can anybody please suggest any other way of finding label from gridview other than rowdatabound event.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...