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

how to develop popup message that should get data from user when i am clicking update button in the gridview.... after getting the data through popup msg, after validating the data...i want to update that data in the gridview ... how to do this???

thanks in advance,
sarala.s
Posted

1 solution

Looks like you are talking of a flow like this:
Partial update of parent page via AJAX (ASP.NET 2.0) on close of a child window - conditionally[^]

In the new window do the task needed and then update the parent page accordingly.
 
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