Dotnetnuke & atlas

Last post 10-02-2006 6:06 AM by Lowan. 0 replies.

Sort Posts:

  • Dotnetnuke & atlas

    10-02-2006, 6:06 AM
    • Loading...
    • Lowan
    • Joined on 03-15-2006, 7:20 AM
    • Posts 3
    Hello i dont know if you are using dotnetnuke with atlas, but i created a new module for dnn 4.3.5 and i have a small problem :
    When im unregister my code seem to block and when im administrator, the code is good on ie and mozilla. I dont know where is the error.

    I have a control.ascx :

    <cc1:UpdatePanel ID="UpdatePanel1" runat="server" >

    <Triggers>

    <cc1:ControlEventTrigger ControlID="Button1" EventName="Click" />

    </Triggers>

    <ContentTemplate>

    Adresse Email : &nbsp;<asp:TextBox ID="Email" runat="server" CssClass="unwatermarked" Width="354px"></asp:TextBox>

    <cc2:TextBoxWatermarkExtender ID="TextBoxWatermarkExtender1" runat="server">

    <cc2:TextBoxWatermarkProperties TargetControlID="Email" WatermarkText="Veuillez saisir votre adresse Email" WatermarkCssClass="watermarked" />

    </cc2:TextBoxWatermarkExtender>

    <br />

    <br />

    <asp:TextBox id="Nom" runat="server"></asp:TextBox>

     

    <asp:Button ID="Button1" runat="server" Text="Rechercher mes informations" onclick="btnRechercher_Click" UseSubmitBehavior="false" />

    </ContentTemplate>

    </cc1:UpdatePanel>

    <cc1:UpdateProgress ID="UpdateProgress1" runat="server">

    <ProgressTemplate>

    Connexion en cours avec le serveur, veuillez ne pas fermer le navigateur<br />

    <br />

    <input id="abortButton" runat="server" type="button" value="Annuler la requete" />

    </ProgressTemplate>

    </cc1:UpdateProgress>


    and in the code behind :

    protected void btnRechercher_Click(object sender, EventArgs e)

    {

    Page.ClientScript.RegisterStartupScript(this.GetType(), "laclef", "document.getElementById('" + Nom.ClientID.ToString() + "').value=\"" + Convert.ToString(MonDS.Tables[0].Rows[0][1]) + "\";", true);

    }


    Anyone have an idea about that ? Thanks :).

Page 1 of 1 (1 items)
Microsoft Communities
Page view counter