Hey,

Are you expecting this change of label text to occur on the client side, or on the server side with a PostBack to the server?

You could definitely do it quite easily with a PostBack to the server, i.e. just put a parameter in the querystring of the NavigateUrl Property to indicate what action you want to take.

However, having this happen on the client side would be a little more involved.

Gary