Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
1.60/5 (2 votes)
See more:
Hi,
I am using aspx page to generate a popup page from that screen.I am putting an aspx link button above the grid.
I am writing the following code

ClientScriptManager.RegisterStartupScript Method (this.Gettype(), page, String, Boolean)
like this to generate a popup and page is astring variable which contains the new poppup aspx page.

So when clicking on the link button popup is generating but the page is loading and the data in the grid disappears.Whenever I am closing the popup window the data appears
,without that data is gone.

Could you please tell me solution for this.I tried with AutoPostBack for link button too and writing the data binding method after the link button clicked.

I am using Infragistics grid for this

Thanks in advance.
Posted
Updated 19-Mar-15 7:54am
v2
Comments
Sajith Dilhan 23-Mar-15 4:42am    
Place the button inside an update panel. Then only the update panel area will refresh

1 solution

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