Click here to Skip to main content
15,914,225 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: AJAX ModalPopUpExtender Pin
jkirkerx11-May-12 8:16
professionaljkirkerx11-May-12 8:16 
Check your PopUpTitle CSS, sometimes the AJAX fired and worked, but the proper css was not available, to alter.

In other words, the modelopopupextender just makes a change to the css, which makes it pop up, and then changes the css back to the original parameters to hide the popup.

So change your css to show the popup, and change the css back to hide the popup, before implementing the popup extender.

If the popup extender still doesn't work after that, then your missing a extender property, which should trigger an error.

I didn't see the close button target id.
<asp:ModalPopupExtender I
     ID="MPEProphetAndLoss1" 
     runat="server" 
     PopupControlID="divProphetAndLoss1"
     TargetControlID="LinkButtonIntroductionText"
     CancelControlID = "bt_Modal_Cancel"
>

Test your css class for show and hide by altering the css
<div id="divProphetAndLoss1" runat="server" class="PopUpTitle" // <- test your css class


This should be show or hide
protected void btnIntroductionText_Click(object sender, EventArgs e)
{
MPEProphetAndLoss1.Show(); // Show or Hide
}


}
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 
AnswerRe: Redirect to Login Page when session timeout Pin
Ali Al Omairi(Abu AlHassan)10-May-12 0:28
professionalAli Al Omairi(Abu AlHassan)10-May-12 0:28 
GeneralRe: Redirect to Login Page when session timeout Pin
Shirish kumar manda10-May-12 0:40
Shirish kumar manda10-May-12 0:40 
GeneralRe: Redirect to Login Page when session timeout Pin
Ali Al Omairi(Abu AlHassan)10-May-12 1:33
professionalAli Al Omairi(Abu AlHassan)10-May-12 1:33 
GeneralRe: Redirect to Login Page when session timeout Pin
vvashishta15-May-12 0:26
vvashishta15-May-12 0:26 
Questionimage retrive from server Pin
ajituttam9-May-12 19:42
ajituttam9-May-12 19:42 
AnswerRe: image retrive from server Pin
Aman Bhullar9-May-12 20:56
Aman Bhullar9-May-12 20:56 
Questionworking with web application Pin
sc steinhayse9-May-12 6:04
sc steinhayse9-May-12 6:04 
AnswerRe: working with web application Pin
Parwej Ahamad9-May-12 7:23
professionalParwej Ahamad9-May-12 7:23 
GeneralRe: working with web application Pin
sc steinhayse9-May-12 8:33
sc steinhayse9-May-12 8:33 

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.