How can i update the button feild Text dynamically ??
for example :
now i want to change the text of this button feild to like say "Deactivate" for a selected row dynamically how can i do this?
thanx in advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
abhishek trivediPosted Jan 12, 2008, 1:03 AM
Hii !!
This is verry simple i dont know for what reason u r getting the problem, here is your solution.
just type buttonid.text = "Deactive" in the event where u want to change the text of the button.
hopes that it will help u.