1
Answer

Edit and reflect that edit in DataTable (parent child page)

Debopriyo Dey

Debopriyo Dey

7y
180
1
I have 2 aspx pages say for eg A & B.
 
Page A has a list of patients with uploaded documents against an unique patient ID in a DATATABLE binded to a gridview.
 
From page A user clicks a button to view the list of files of a patient and using session we send the DATATABLE from page A to page B. Now if I edit the datatable in page B say I delete a particular file. The file at the location can be easily deleted but how can i reflect the same in the DATATABLE of page A.
 
I clear words I am asking how to reflect the changes in datatable of a child page in a datatable of a parent page.
 
 
Answers (1)
0
Sujitha P

Sujitha P

NA 5 341 9y
Hi,
 
 
              Thanks for your reply.
              Actually my task is to create class library that contain user controls and i need to implement that dll into web application.
 
0
Manas Mohapatra

Manas Mohapatra

NA 29.3k 3.3m 9y
0
Sujitha P

Sujitha P

NA 5 341 9y
Hi..
   
      Thanks for your reply..
      In this link they created a user control in a web application...but my task is to create a user control in a class library..Then i need to implement that dll into web application.
 
0
Manas Mohapatra

Manas Mohapatra

NA 29.3k 3.3m 9y
Hi Sujitha,
 
This  is a long process to describe how to use. Please find below link:
 
0
Govinda Rajulu Yemineni

Govinda Rajulu Yemineni

NA 1.5k 233.1k 9y
Hi,
 
refer the below link
 
http://webproject.scottgu.com/CSharp/UserControls/UserControls.aspx