Custom control in popups
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, I have the following problem: Two custom controls, first control has a button, when I click this button I'd like to render the second custom control content in popup window. How to do it? Please, help.
So what is the problem, have a page with second custom control and on button click open that page in popup. You can also use ajaxmodelpopupextender.
Cheers!! Brij Check my latest Article :Exploring ASP.NET Validators
-
Hi, I have the following problem: Two custom controls, first control has a button, when I click this button I'd like to render the second custom control content in popup window. How to do it? Please, help.
You can use the AjaxControlToolkit to perform this action.