kapsystem Posted July 4, 2011 Posted July 4, 2011 Hi..Am using asp.net. How to open the new tab at the time of button click? using c#.net Thanks in Advance
Alen Posted July 5, 2011 Posted July 5, 2011 You can use JavaScript to open a new tab: Button_name.Attributes.Add("onclick", "javascript:window.open('anysite')"); --------------------------------------- University Books
kapsystem Posted July 15, 2011 Author Posted July 15, 2011 Thank you for your information You can use JavaScript to open a new tab: Button_name.Attributes.Add("onclick", "javascript:window.open('anysite')"); --------------------------------------- University Books
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now