Jump to content

POWERED BY:

Search the Community

Showing results for tags 'postback'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Q&A Desenvolvimento
    • Perguntas e respostas rápidas
  • Web Development
    • HTML e CSS
    • Javascript
    • PHP
    • Ruby
    • Python
    • Java
    • .NET
    • Docker, Kubernets and other environments
    • WordPress
    • Mobile
    • Agile
    • Desenvolvimento de Games
    • Banco de Dados
    • Design and UX
    • Algoritmos & Outras Tecnologias
  • Entretenimento e uso pessoal
    • Segurança & Malwares
    • Geral
    • iMasters's pub

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Google+


Hangouts


Skype


Twitter


deviantART


Github


Flickr


LinkedIn


Pinterest


Facebook


Site Pessoal


Localização


Interesses

Found 1 result

  1. Boa tarde. estou trabalhando em uma página e tenho lá algumas formataçoes que se perdem quando faço algum postback. O principal deles é no checkbox, crio assim: <div> <asp:CheckBox ID="chbFiltroVinculados" runat="server" Checked="true" Text="Vinculados"></asp:CheckBox> </div> Ele renderiza assim: <div> <div class="checker" id="uniform-ContentPlaceHolder1_chbFiltroNVinculados"> <span class="checked"> <input id="ContentPlaceHolder1_chbFiltroVinculados" type="checkbox" name="ctl00$ContentPlaceHolder1$chbFiltroNVinculados" checked="checked" style="opacity: 0;"> </span> </div> <label for="ContentPlaceHolder1_chbFiltroVinculados">Vinculados</label> </div> Mas depois de qualquer postback a "nova renderização": <div> <input id="ContentPlaceHolder1_chbFiltroVinculados" type="checkbox" name="ctl00$ContentPlaceHolder1$chbFiltroVinculados" checked="checked"> <label for="ContentPlaceHolder1_chbFiltroVinculados">Vinculados</label> </div> Por que isso acontece? Como posso fazer para manter a renderização inicial? Obs: estou usando o AsyncPostBackTrigger
×

Important Information

Ao usar o fórum, você concorda com nossos Terms of Use.