c# - change the button text of datalist from out side the datalist -


i have button named , image control inside datalist1 updatepanel , shows many records...and want

for ex.

void page_load (sender s, eventargs e) if(check("select * liked = 'liked'") == true) {     // want change text of button liked (in page_load) }  

check function check data available or not. , want, when user click on button , button text changed liked help.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -