I am using a Button in Web form and onclick event should open a report in new tab. I am using onclientclick property of Button but it enables all the other Button or Radio Button to redirect in new tab. How to prevent this.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Use this code on Button click instead of OnClientClick
|
|||||
|