Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I have created usercontroll(ascx) in asp .net. Then I have also placed it into content page. In my content page there is a button which shows usercontroll. In ajax modal popup in usercontroll(ascx) there is a gridview where user can select any record from gridview
column( there is view button ).

What I want to do is, as the user selects the record from the gridview by pressing view button(its in user controll ), the modal popup should get closed and asp.net (content page where user controll placed ) should get populated by respective id.

as we usually do it by using popup form to select record in gridview


thanks
Posted
Updated 20-Feb-13 10:16am
v4
Comments
sri senthil kumar 4-Mar-13 5:15am    
Is your modal popup inside the usercontrol you have created ?

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