Click here to Skip to main content
15,881,715 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: AsyncFileUpload disappears Pin
F-ES Sitecore2-Mar-15 22:51
professionalF-ES Sitecore2-Mar-15 22:51 
QuestionReport Parameter not refreshing Pin
Kandepu Rajesh1-Mar-15 19:57
Kandepu Rajesh1-Mar-15 19:57 
AnswerRe: Report Parameter not refreshing Pin
Afzaal Ahmad Zeeshan2-Mar-15 3:12
professionalAfzaal Ahmad Zeeshan2-Mar-15 3:12 
QuestionMVC5 Website will write to the database on my development machine, but not on the web server Pin
jkirkerx1-Mar-15 13:33
professionaljkirkerx1-Mar-15 13:33 
AnswerRe: MVC5 Website will write to the database on my development machine, but not on the web server Pin
F-ES Sitecore1-Mar-15 23:48
professionalF-ES Sitecore1-Mar-15 23:48 
GeneralRe: MVC5 Website will write to the database on my development machine, but not on the web server Pin
jkirkerx2-Mar-15 6:05
professionaljkirkerx2-Mar-15 6:05 
Answer[solved] Pin
jkirkerx2-Mar-15 9:14
professionaljkirkerx2-Mar-15 9:14 
Questionajaxtoolkit ModalPopupExtender problem Pin
casa_sniper1-Mar-15 5:13
casa_sniper1-Mar-15 5:13 
Hello ,

I try to add a ModalPopupExtender to my page
i migrate a webpage with a ModalPopupExtender from a web project to another webproject ,

it working in the first project but not working in the new project,
i was add a ajaxtoolkit but still not working , i dont undrestand ,
i create another page with ModalPopupExtender in the new project , its not working ,
but when i copy this same page in the old project it working , i can have a popup ,

please can u tell me what can be it the cause

<body>
    
    <form id="form1" runat="server">
        <asp:scriptmanager ID="Scriptmanager1" runat="server" ScriptMode="Release"></asp:scriptmanager>
    <div>
        <asp:ModalPopupExtender ID="ModalPopupExtender1" runat="server" TargetControlID="LinkButton1" 
            PopupControlID="Panel1" X="200" Y="200">
        </asp:ModalPopupExtender>
        <asp:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click" />
        <asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click">LinkButton</asp:LinkButton>
        <asp:Panel ID="Panel1" runat="server"  style="display:none;" >
           
                    <asp:Label ID="Label1" runat="server" Text="pooooooooooooooop up"></asp:Label>

        </asp:Panel>
    </div>
    </form>
</body>


C#
protected void Button1_Click(object sender, EventArgs e)
   {
       Panel1.Visible = true;
       this.ModalPopupExtender1.Show();
   }



Thanks
AnswerRe: ajaxtoolkit ModalPopupExtender problem Pin
casa_sniper1-Mar-15 10:43
casa_sniper1-Mar-15 10:43 
QuestionModalPopupExtender problem Pin
casa_sniper1-Mar-15 5:13
casa_sniper1-Mar-15 5:13 
AnswerRe: ModalPopupExtender problem Pin
casa_sniper5-May-15 14:37
casa_sniper5-May-15 14:37 
QuestionScript Resource Mappings Not Loading From CDN Pin
Dominick Marciano28-Feb-15 18:05
professionalDominick Marciano28-Feb-15 18:05 
QuestionPlease Help!!!- with an empty web site small task Pin
Amir87657428-Feb-15 12:52
Amir87657428-Feb-15 12:52 
AnswerRe: Please Help!!!- with an empty web site small task Pin
Richard Andrew x6428-Feb-15 17:37
professionalRichard Andrew x6428-Feb-15 17:37 
Question[ERROR] An attempt to attach an auto-named database for file <path>.mdf failed ... or it is locat... Pin
Atinesh28-Feb-15 7:48
Atinesh28-Feb-15 7:48 
Generalwhen i host my application in iis local host but on the same computer it is open very slow Pin
tarun kumar sahu hs28-Feb-15 6:22
tarun kumar sahu hs28-Feb-15 6:22 
SuggestionA few points to consider while working with literal string in ASP.NET Pin
Afzaal Ahmad Zeeshan28-Feb-15 3:28
professionalAfzaal Ahmad Zeeshan28-Feb-15 3:28 
GeneralRe: A few points to consider while working with literal string in ASP.NET Pin
Richard MacCutchan28-Feb-15 5:44
mveRichard MacCutchan28-Feb-15 5:44 
GeneralRe: A few points to consider while working with literal string in ASP.NET Pin
Afzaal Ahmad Zeeshan28-Feb-15 5:52
professionalAfzaal Ahmad Zeeshan28-Feb-15 5:52 
GeneralRe: A few points to consider while working with literal string in ASP.NET Pin
Richard MacCutchan28-Feb-15 6:47
mveRichard MacCutchan28-Feb-15 6:47 
GeneralRe: A few points to consider while working with literal string in ASP.NET Pin
Afzaal Ahmad Zeeshan28-Feb-15 6:53
professionalAfzaal Ahmad Zeeshan28-Feb-15 6:53 
GeneralRe: A few points to consider while working with literal string in ASP.NET Pin
Richard MacCutchan28-Feb-15 21:26
mveRichard MacCutchan28-Feb-15 21:26 
GeneralRe: A few points to consider while working with literal string in ASP.NET Pin
F-ES Sitecore2-Mar-15 0:12
professionalF-ES Sitecore2-Mar-15 0:12 
GeneralRe: A few points to consider while working with literal string in ASP.NET Pin
Afzaal Ahmad Zeeshan2-Mar-15 3:03
professionalAfzaal Ahmad Zeeshan2-Mar-15 3:03 
Questionopen project mvc Pin
Nguyen Jay27-Feb-15 16:55
Nguyen Jay27-Feb-15 16:55 

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.