Click here to Skip to main content
15,915,791 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: MQOTD Pin
chriselst7-Feb-16 22:52
professionalchriselst7-Feb-16 22:52 
GeneralRe: MQOTD Pin
chriselst7-Feb-16 22:54
professionalchriselst7-Feb-16 22:54 
GeneralRe: MQOTD Pin
Jochen Arndt7-Feb-16 22:54
professionalJochen Arndt7-Feb-16 22:54 
GeneralRe: MQOTD Pin
Herman<T>.Instance7-Feb-16 22:55
Herman<T>.Instance7-Feb-16 22:55 
GeneralRe: MQOTD Pin
Sampath Sridhar8-Feb-16 0:17
Sampath Sridhar8-Feb-16 0:17 
GeneralRe: MQOTD Pin
Corporal Agarn8-Feb-16 0:42
professionalCorporal Agarn8-Feb-16 0:42 
GeneralRe: MQOTD Pin
Richard Deeming8-Feb-16 3:09
mveRichard Deeming8-Feb-16 3:09 
QuestionASP.net AJAX Modal Popup Control Pin
Gaurav Pal 267-Feb-16 20:00
professionalGaurav Pal 267-Feb-16 20:00 
Helo Developers,

I'm using ajax ModalPopupExtender in my code. After login i am calling another page in popup window. My problem is when i have complete the work on called page and then click the called page event and what to redirect the page to another page that page open in popup up window. But i want to open it in normal form. Below is my code for Login in design page and called page

Login Page

<ajaxToolkit:ModalPopupExtender ID="mp5" runat="server" PopupControlID="Panel1" TargetControlID="btnlogin"
CancelControlID="btnClose" BackgroundCssClass="modalBackground">
</ajaxToolkit:ModalPopupExtender>

<asp:Panel ID="Panel1" runat="server" CssClass="modalPopup" align="center" style = "display:none">
<asp:ImageButton ImageAlign="Right" ID="btnClose" Width="32px" Height="32px" ImageUrl="~/images/Close.png" runat="server" />
<iframe style=" width: 550px; height: 500px; borderBlush | :O " id="irm1" src="Post_task.aspx" runat="server"></iframe>
</asp:Panel>

Post Task Page :

<div style="text-align: left">
<asp:Button ID="btn_Contine_Budget" Width="350px" runat="server" class="btn btn-default" Text="Get Quotes Now" OnClick="btn_Contine_Budget_Click" />
</div>

Post Task Code Page :

protected void btn_Contine_Budget_Click(object sender, EventArgs e)
{
Response.Redirect("My_Task.aspx");
}
AnswerRe: ASP.net AJAX Modal Popup Control Pin
Jim Meadors7-Feb-16 20:03
Jim Meadors7-Feb-16 20:03 
AnswerRe: ASP.net AJAX Modal Popup Control Pin
Jacquers7-Feb-16 20:40
Jacquers7-Feb-16 20:40 
AnswerRe: ASP.net AJAX Modal Popup Control Pin
Nagy Vilmos7-Feb-16 22:18
professionalNagy Vilmos7-Feb-16 22:18 
JokeBob Hope Pin
Cornelius Henning7-Feb-16 13:08
professionalCornelius Henning7-Feb-16 13:08 
GeneralWhat a great game of rugby Pin
pkfox7-Feb-16 10:37
professionalpkfox7-Feb-16 10:37 
GeneralRe: What a great game of rugby Pin
WiganLatics7-Feb-16 10:55
professionalWiganLatics7-Feb-16 10:55 
GeneralRe: What a great game of rugby Pin
Patrick Neumayer7-Feb-16 23:35
Patrick Neumayer7-Feb-16 23:35 
GeneralRe: What a great game of rugby Pin
90823658-Feb-16 1:12
90823658-Feb-16 1:12 
GeneralMicrosoft 'Lest We Forget X' campaign hurls another KB nagger at the huddled masses Pin
BillWoodruff7-Feb-16 6:32
professionalBillWoodruff7-Feb-16 6:32 
GeneralRe: Microsoft 'Lest We Forget X' campaign hurls another KB nagger at the huddled masses Pin
Sascha Lefèvre7-Feb-16 6:40
professionalSascha Lefèvre7-Feb-16 6:40 
GeneralRe: Microsoft 'Lest We Forget X' campaign hurls another KB nagger at the huddled masses Pin
Mike Hankey7-Feb-16 6:48
mveMike Hankey7-Feb-16 6:48 
GeneralRe: Microsoft 'Lest We Forget X' campaign hurls another KB nagger at the huddled masses Pin
Stefan_Lang7-Feb-16 22:19
Stefan_Lang7-Feb-16 22:19 
GeneralRe: Microsoft 'Lest We Forget X' campaign hurls another KB nagger at the huddled masses Pin
90823657-Feb-16 7:16
90823657-Feb-16 7:16 
GeneralRe: Microsoft 'Lest We Forget X' campaign hurls another KB nagger at the huddled masses Pin
Patrice T7-Feb-16 8:46
mvePatrice T7-Feb-16 8:46 
GeneralRe: Microsoft 'Lest We Forget X' campaign hurls another KB nagger at the huddled masses Pin
Patrice T7-Feb-16 8:48
mvePatrice T7-Feb-16 8:48 
GeneralRe: Microsoft 'Lest We Forget X' campaign hurls another KB nagger at the huddled masses Pin
Stefan_Lang7-Feb-16 22:57
Stefan_Lang7-Feb-16 22:57 
GeneralRe: Microsoft 'Lest We Forget X' campaign hurls another KB nagger at the huddled masses Pin
Kornfeld Eliyahu Peter7-Feb-16 7:51
professionalKornfeld Eliyahu Peter7-Feb-16 7:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.