Value from ASP.NET AJAX ModalPopUpExtender
-
Hi I m using ASP.NET AJAX modalpopup extender and I want that when popup is displayed and something is written on the textbox of ModalPOPUP, i could get that value in a variable. How can i get it? Regards. Ali
-
Hi I m using ASP.NET AJAX modalpopup extender and I want that when popup is displayed and something is written on the textbox of ModalPOPUP, i could get that value in a variable. How can i get it? Regards. Ali
-
Hi I m using ASP.NET AJAX modalpopup extender and I want that when popup is displayed and something is written on the textbox of ModalPOPUP, i could get that value in a variable. How can i get it? Regards. Ali
Hi, Put button that opens Modalpopup outside the UpdatePanel and write your impl that written text on textbox , I hope this will work.