Mini window?http://forums.asp.net/t/1788767.aspx/1?Mini+window+Tue, 03 Apr 2012 21:02:11 -040017887674914517http://forums.asp.net/p/1788767/4914517.aspx/1?Mini+window+Mini window? <p>Hi, i have webform1.aspx.</p> <p>I want to implement a mini window or popup window, so it appears when the user goes to webform1.aspx.</p> <p>This mini window will ask the user for a confirmation code, if the code is correct, the webform1.aspx will load. If it's not correct it will redirect the user to another page.</p> <p>I just want to know how to create it and how to work with the data entered in it.</p> <p>thanks...</p> 2012-04-03T17:13:08-04:004914544http://forums.asp.net/p/1788767/4914544.aspx/1?Re+Mini+window+Re: Mini window? <p>jquer dialog box , grey box, thick box can be used for...</p> <p>see this thread</p> <p>http://www.steve-oh.com/blog/index.php/thickbox-31-within-aspnet-updatepanel/</p> <p>http://eikden.net/2011/05/12/jquery-thickbox-in-asp-net/</p> <p></p> 2012-04-03T17:28:27-04:004914564http://forums.asp.net/p/1788767/4914564.aspx/1?Re+Mini+window+Re: Mini window? <p>instead of asking confirmation code at starting of Webform1.aspx, when user clicks a link of any other item in page1.aspx then popup a modalpopup and ask for code...for that you can use AJAX ModalPopup extender -&nbsp;<a href="http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/ModalPopup/ModalPopup.aspx">http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/ModalPopup/ModalPopup.aspx</a>&nbsp;</p> <p>Thanks,</p> 2012-04-03T17:40:25-04:004914764http://forums.asp.net/p/1788767/4914764.aspx/1?Re+Mini+window+Re: Mini window? <p>thanks...</p> 2012-04-03T21:02:11-04:00