Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Button control text
Message
From
04/03/2004 12:14:06
 
 
To
02/03/2004 15:13:55
General information
Forum:
ASP.NET
Category:
WebForms
Miscellaneous
Thread ID:
00882451
Message ID:
00883141
Views:
6
Thoose controls are in a datagrid
you have to go to the selectcommandname of the datagrid
and do the following.

in the html
tag datagrid1 for exemple

selectcommandname="doselect"

in the code behind
'you have to build a datagrid selectcommand and call it doselect
dim yourbutton as button
yourbutton=e.item.findcontrol("the button'name in the datagrid") '
'later
yourbutton.caption="what ever you want"
Previous
Reply
Map
View

Click here to load this message in the networking platform