Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

i need some help on an issue Repeater LinkButton click, on this link button i wana open an webpage which content a gridview which show some record. how can i use this webpage showing the content on link button click i.e. i don't want to open multiple new webpage on multiple link button click.

please suggest some solution with example(if possible) which supports all browsers.
Posted

1 solution

A possible solution may be to use JavaScript to create an iframe with the src being the page you want displayed. You can then use JQuery UI dialog to display the iframe in a modal dialog.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900