Click here to Skip to main content
16,019,514 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: mobile recharge api integration with asp.net c# Pin
Richard MacCutchan10-May-12 22:11
mveRichard MacCutchan10-May-12 22:11 
AnswerRe: mobile recharge api integration with asp.net c# Pin
Parwej Ahamad10-May-12 22:13
professionalParwej Ahamad10-May-12 22:13 
AnswerRe: mobile recharge api integration with asp.net c# Pin
Abhinav S10-May-12 22:27
Abhinav S10-May-12 22:27 
QuestionException of type 'System.OutOfMemoryException' was thrown Pin
rakeshkmr198510-May-12 19:04
rakeshkmr198510-May-12 19:04 
GeneralRe: Exception of type 'System.OutOfMemoryException' was thrown Pin
Vipin_Arora10-May-12 19:14
Vipin_Arora10-May-12 19:14 
AnswerRe: Exception of type 'System.OutOfMemoryException' was thrown Pin
Apocalypse Now10-May-12 23:15
Apocalypse Now10-May-12 23:15 
AnswerRe: Exception of type 'System.OutOfMemoryException' was thrown Pin
David Mujica11-May-12 3:29
David Mujica11-May-12 3:29 
QuestionAJAX ModalPopUpExtender Pin
Ratchman10-May-12 13:24
Ratchman10-May-12 13:24 
I wonder if any of you could help me on this. I am new to using AJAX, so do please explain as simply as possible.

I have a ModalPopUpExtender which, for some reason, will not bring up the pop up as expected. I did suspect that the script manager was not being inherited from the master page, but the RoundedCornersExtender seems to work as expected, so that would rule that issue out.

I know the number of properties of the extender is a little basic at the moment, but I just want to get the div to appear as a pop up before I start assigning the buttons or formatting the background.

The code is as follows:

<asp:modalpopupextender id="MPEProphetAndLoss1" runat="server" popupcontrolid="divProphetAndLoss1"
="" targetcontrolid="LinkButtonIntroductionText">

<asp:roundedcornersextender id="RCEProphetAndLoss1" runat="server" targetcontrolid="divProphetAndLoss1"
="" radius="10" corners="All">


<asp:roundedcornersextender id="RCEProphetAndLoss1InnerContainer" runat="server"
="" targetcontrolid="divProphetAndLoss1InnerContainer" radius="10" corners="All">






<asp:button id="btnProphetAndLoss1" runat="server" onclick="btnProphetAndLoss1_Click"
="" text="Close" backcolor="#A1B9AF" width="100px">



<asp:linkbutton id="LinkButtonIntroductionText" runat="server" text="Prophet And Loss: The Introduction"
="" onclick="btnIntroductionText_Click">

And the code behind for the 'onclick' is:

protected void btnIntroductionText_Click(object sender, EventArgs e)
{
divProphetAndLoss1.Visible = true;
}

Should the div be inside a panel for it to work, or can it work just within the div itself?
AnswerRe: AJAX ModalPopUpExtender Pin
Joshua Omundson11-May-12 5:50
Joshua Omundson11-May-12 5:50 
AnswerRe: AJAX ModalPopUpExtender Pin
jkirkerx11-May-12 8:16
professionaljkirkerx11-May-12 8:16 
Questionasp.net deployment Pin
sc steinhayse10-May-12 10:35
sc steinhayse10-May-12 10:35 
AnswerRe: asp.net deployment Pin
R. Giskard Reventlov10-May-12 12:16
R. Giskard Reventlov10-May-12 12:16 
GeneralRe: asp.net deployment Pin
Apocalypse Now10-May-12 14:45
Apocalypse Now10-May-12 14:45 
GeneralRe: asp.net deployment Pin
sc steinhayse10-May-12 17:31
sc steinhayse10-May-12 17:31 
AnswerRe: asp.net deployment Pin
jkirkerx11-May-12 8:49
professionaljkirkerx11-May-12 8:49 
Questionview state in asp.net Pin
vijaylumar10-May-12 7:43
vijaylumar10-May-12 7:43 
AnswerRe: view state in asp.net Pin
Sandeep Mewara10-May-12 8:28
mveSandeep Mewara10-May-12 8:28 
GeneralRe: view state in asp.net Pin
Vipin_Arora10-May-12 18:33
Vipin_Arora10-May-12 18:33 
QuestionHow to Integrate the WebSiteAdministration Tool in Web Application Pin
lij thomas10-May-12 1:29
lij thomas10-May-12 1:29 
AnswerRe: How to Integrate the WebSiteAdministration Tool in Web Application Pin
Sandeep Mewara10-May-12 4:41
mveSandeep Mewara10-May-12 4:41 
GeneralRe: How to Integrate the WebSiteAdministration Tool in Web Application Pin
lij thomas10-May-12 23:14
lij thomas10-May-12 23:14 
AnswerRe: How to Integrate the WebSiteAdministration Tool in Web Application Pin
Syed Zoheb Ali Sumair10-May-12 10:25
Syed Zoheb Ali Sumair10-May-12 10:25 
QuestionDisposing dynamically created behaviors(extenders) within an update panel Pin
Ali Al Omairi(Abu AlHassan)10-May-12 0:17
professionalAli Al Omairi(Abu AlHassan)10-May-12 0:17 
QuestionRe: Disposing dynamically created behaviors(extenders) within an update panel Pin
Ali Al Omairi(Abu AlHassan)10-May-12 2:17
professionalAli Al Omairi(Abu AlHassan)10-May-12 2:17 
GeneralRedirect to Login Page when session timeout Pin
Shirish kumar manda9-May-12 23:57
Shirish kumar manda9-May-12 23:57 

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.