SNB Solutions - Baja California Software Company
Welcome Guest Search | Active Topics | Log In | Register

Tag as favorite
Finding control in GridView
stoian_bycovich
#1 Posted : Friday, February 26, 2010 2:52:44 PM

Rank: Administration

Medals:

Groups: Administrators
Joined: 1/2/2010
Posts: 79
Points: 10,237
Location: Cabo San Lucas

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
Have you ever wanted to get the control property in your code-behind but you can't "see" it? Ok, here is the way to find it.

In this case I am using GridView control which is bind to datasource and has, for example a template field which has custom control let's say Label1 and I want to get it's property "Text".



Dim LabelText As Label = CType(GridView.FindControl("Label1"), Label)

LabelText.Text = "This is the test text for the Label1 control in grid view"

That's it!

P.S.

If you have any questions ask

Best regards,
Stoyan Bukovich
Executive manager
SNB Solutions

Cell.: +52 6241 616969
E-mail: s.bucovich@snb-bg.com
Web: www.snb-bg.com
Sponsor  
 
Eannouncements.net SNB Solutions Eanuncios.net

Eannouncements.net the place for your announcement.

SNB Solutions - Software and computing services company.

Eanuncios.net el lugar para su anuncio.

Users browsing this topic
Guest
Tag as favorite
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.