Click here to Skip to main content
15,891,976 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all.,
I want to implement a gridview of products on popup box/panel and select some values from gridview and take those values and display on original form. Original form contains button name btnShowProduct. On clicking showProduct a pop grid must display...
Again first column of gridview contains Check box for selecting products.
The problem is if I used normal window popup like Window.open() ...I may go to previous page...and do some operation.
I now want to display popup page/panel with gridview over original page disabling original page...

REQUEST: may I get some good examples of doing the same considering performance as well.
.
.
and how to handle onclick event on popup ASP:PANEL ?
Should I used cache to take values from grid? Does it affect performance?

Thanks in advanced.

I always get what I want from CodeProject.
Posted
Updated 18-Jun-10 18:44pm
v3

1 solution

A popup that uses AJAX is almost certainly just a DIV, so it's actually ON the original page. Therefore, any script in the 'window' is part of that page, too, right ? If it's a real popup, just put values on your URL.
 
Share this answer
 
Comments
sushilbondre 18-Jun-10 7:20am    
right...but i opened ajaxcontrol toolkit and saws some of controls like confirmbutton/modalpop up etc...
.
but as a newbie/fresher to asp.net not getting much clear idea..
.
and also weak in javascript.
.
help me out....

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