Click here to Skip to main content
15,890,995 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to display below gridview data into popup


ID Name Course Marks Result

1 A Eng 60 Pass
2 B Tam 70 Pass
3 C Mat 80 Pass
4 D Soc 90 Pass
5 E Sci 75 Pass

i am display above gridview values in page load.
i want to display, i have one button when i click that button i want to display the above gridview value into popup.

What I have tried:

I want to display below gridview data into popup


ID Name Course Marks Result

1 A Eng 60 Pass
2 B Tam 70 Pass
3 C Mat 80 Pass
4 D Soc 90 Pass
5 E Sci 75 Pass

i am display above gridview values in page load.
i want to display, i have one button when i click that button i want to display the above gridview value into popup.
Posted
Updated 24-Jan-18 17:31pm
Comments
F-ES Sitecore 24-Jan-18 6:59am    
"popup" has no standard definition in web technology, you'll have to explain exactly what you mean by "popup".
Karthik_Mahalingam 24-Jan-18 7:06am    
window pop up or JavaScript modal pop up?
[no name] 24-Jan-18 7:15am    
window popup
Karthik_Mahalingam 24-Jan-18 10:08am    
Tip
use  Reply   button to post comments/query , so that the user gets notified and respond to your text.

1 solution

Not exactly sure if I follow, but are you trying to implement something like this? MasterPage, WebUserControl, ModalPopup and UpdatePanel - Passing Values to Parent Page[^]
 
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