There are many different ways you could do this.
One way is to have a div tag that has a style='visible: none;' tag that contains a confirmation message with your Yes and No, and then when you click on the linkbutton, it uses a client side event to display that div tag and sets the text as well.
That would do it without a postback. and the no button all it has to do is set visible back to none
Does that work for you?
Sameer
Author, Sharp Developer (.NET)
http://www.SharpDeveloper.Net/ - Sharpen your .NET and improve your code quality, regularly updated articles and more