how can i open multiple webpage on button click in asp.net as well as want to popup multiple pdf at a time please share the answer
Thanks in advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Afzaal Ahmad ZeeshanPosted Apr 23, 2015, 5:18 AM
window.open("
This would open a new pop up for your web application, you can load the resource in the pop up by passing the URL of it in the parameter.