Hi,
http://www.aspforums.net/Threads/735880/How-to-dynamically-change-Text-of-Button-control-in-GridView-RowDataBound-event-in-ASPNet/
On this link problem has been resolved. According to my requirement based on columns value button text is changing. But I want to apply some action on it.
Means previosly, I used CommandName for a button and in RowCommand event I have written the code which was working. But now, after writing this code I am getting an error message. Because now the button is converted into template field.
Is it any ssolution on it?
thanks