I have a couple of labels in the commanditemtemplate that I need to set during the page load event. Is this possible to do on the server side with VB.net code?
Thank you for your help.
Chris
2 Answers, 1 is accepted
0
Accepted
Daniel
Telerik team
answered on 22 Apr 2010, 08:46 PM
Hello Chris,
It is possible to access the labels on Page_PreRender
ProtectedSubPage_PreRender(sender AsObject, e AsEventArgs) Handles Me.PreRender
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.