hi all, I am using asp.net to display the tooltip pop-ups. We have a scenario to display the tooltip, onclick of radiobutton. We are using one more aspx page to display the tooltip. So, onclick of the radiobutton, the tooltip will be displaying in new aspx page as a popup. But, in the tooltip pop-up, we are using two button controls. The problem is the current page is redirecting to new aspx page(which is having button controls). So, I need to handle the button events without page redirection.
Please give the clear idea to resolve this one.