SharePoint List data retrive in Pop up window webpart
-
Thursday, May 17, 2012 11:22 AMHello Group,
I have client requirement in SharePoint 2010.we are Having one master list in Sharepoint 2010 Contains all data ex: employeename
salary, spouse, children, office, department, family details, spouce details, nationality etc....
First we need to get some data in gridview with edit buttonex:name, salary, dept...When user Clicks edit button grid view. button it needs to open pop-up and show all family details related to that employee only retriving from the same list. I am using Visual webparts for pop up as well showing in grid view
I am able to show the data in gridview and also clicks on pop-up it is openings form contains all the details. But i am not able to retrieve the particluar employee data in pop up. Whether is this possible with take primary key ID as refference and get all data???Could any one help me How toget the data in modal pop-up from the list. FYI..i created 2 visual webparts one is for family details one is for showing the data in grid view. Client wants everything in webparts only..Please help me out how to do it. If possible Please suggest me code also how to retrieve the data from the list in pop-up.Thanks in advance
All Replies
-
Thursday, May 17, 2012 8:05 PM
Hi Reddy,
I am not completely sure of your implementation, but assuming that you are trying to open a modal pop-up window on button click and access the data from grid view of the parent page, you may want to take a look at the following post.
Ideally, if the parent page and the page that opens up in the modal window, both fetch data from the server, you should not be facing any trouble. It will be helpful if you share your implementation and code to actually get an idea about the issue.
--- Regards, Subrahmanyam
- Marked As Answer by Shimin Huang Sunday, May 27, 2012 12:21 PM

