how to create popup containing asp controls without jquery
i am new to asp i want to create popup containing asp controls like textbox, button on it without using jquerry(by using asp.net only). i want to store that control's values in table. i got pop up code with dll it works well but i unable make code on the button click event of the popup window.
Rajeesh MenothPosted Jan 2, 2016, 11:41 AM
You can prefer ajax model pop up extender in asp.net.
Reference with example :
http://blogs.msdn.com/b/chaitanya_medikonduri/archive/2012/02/10/modal-popup-windows-in-asp-net-web-applications.aspx
Raja TPosted Jan 2, 2016, 11:33 AM
http://www.asp.net/web-forms/overview/ajax-control-toolkit/modalpopup/launching-a-modal-popup-window-from-server-code-cs
Raja TPosted Jan 2, 2016, 11:27 AM
http://www.aspneto.com/how-to-call-javascript-function-from-code-behind-in-asp-net-c-vb-net.html
http://stackoverflow.com/questions/5731224/calling-javascript-function-from-codebehind