I am working on ASP.NET application there I have to create a popup window with few database records. Please help me with sample of code. Thanks in advance !
To create Popup window you can write
OnClientClick="javascript:window.open('Default2.aspx','List','scrollbars=no,resizable=no,width=400,height=280'); return false;"on Button ClicntClick Event.
For more details visit this link.
http://wiki.asp.net/page.aspx/282/passing-value-from-popup-window-to-parent-form39s-textbox/