---
title: "Create POPUP Window in ASP.NET"  
description: "Create POPUP Window in ASP.NET"  
author: "Anonymous User"  
published: 2010-12-21  
updated: 2010-12-21  
canonical: https://www.mindstick.com/forum/132/create-popup-window-in-asp-dot-net  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# Create POPUP Window in ASP.NET

I am working on [ASP.NET](https://www.mindstick.com/articles/934/default-folders-available-inside-the-asp-dot-net-application-folder) [application](https://www.mindstick.com/articles/12824/calculator-application-in-android) there I have to create a [popup](https://www.mindstick.com/blog/11734/how-to-create-advanced-popup-or-banners-with-news-images-discounts-in-magento2) [window](https://www.mindstick.com/forum/161285/how-does-the-window-console-object-work-in-javascript) with few [database](https://www.mindstick.com/articles/12226/use-of-database-in-sencha-extjs-and-insert-record-from-user-form-using-ajax) records.\
Please help me with [sample](https://www.mindstick.com/news/2174/mars-mission-by-nasa-prepares-for-tests) of code.\
Thanks in [advance](https://www.mindstick.com/blog/33258/jee-mains-and-jee-advance-exams)! ![Create POPUP Window in ASP.NET](https://www.mindstick.com/app_images/htmleditor.icons/msp_cool.gif)\

## Replies

### Reply by Anonymous User

Hi,\
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/


---

Original Source: https://www.mindstick.com/forum/132/create-popup-window-in-asp-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
