how to call page in iframe based on passing parameter?
i want to call page in iframe from gridview link button based on the parameter from that gridview.
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.
Jaganathan BantheswaranPosted Jan 25, 2014, 7:14 AM
Do you want to load a page in an iframe based on the query string passed to the iframe url right?.
If so, then you can use HTTPHandler to serve you the pages you want based on the query string.
For more info read about HTTPHandler & here