Ir para conteúdo

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Eduardo Nogueira

Radio Button com DataList

Recommended Posts

beleza?É o seguinte: fiz um radio button que recebe os valores de uma tabela do SQL, mas e quero mudar o parâmetro do radio para selected se a coluna TAL for = 1.É mais ou menos isso que preciso, pois quero que os valores listados "leiam" as opção já armazenada no banco.Quando faço em asp, coloco um if dentro do radio e beleza, funciona. Exemplo: If RS("bit_TAL") then response.write " selected "Desta forma, faço o sistema lembar a opção escolhida anteriormente. Quero o mesmo resultado em ASP.NET, você que lê isso pode me ajudar?Antecipadamente, obrigado

Compartilhar este post


Link para o post
Compartilhar em outros sites

Eu resolvi de outra forma a situação, ok, mas meu código está assim:<%@ Page Language="vb script:window.close();"><img height="20" hspace="5" src="../comuns/pop_bot_fechar.gif" width="45" border="0" /></a> </p> </td> </tr> </tbody> </table> <table cellspacing="0" cellpadding="0" width="527" border="0"> <tbody> <tr> <td width="15"> <img height="1" src="../comuns/space.gif" width="8" /></td> <td width="521"> <img height="1" src="../comuns/space.gif" width="8" /></td> <td width="15"> <img height="1" src="../comuns/space.gif" width="8" /></td> </tr> <tr> <td width="15"> <img height="37" src="../comuns/pop_lat2_left.gif" width="15" /></td> <td width="521" height="37"> <img height="37" src="../comuns/pop_logo_small.gif" width="480" /></td> <td width="15"> <img height="37" src="../comuns/space.gif" width="15" /></td> </tr> <tr> <td class="popline" width="15"> <img height="38" src="../comuns/space.gif" width="14" /></td> <td class="popbk" align="right" width="521" height="38"> <img height="15" hspace="10" src="pop_title.gif" width="63" /></td> <td class="popbk" valign="bottom" width="15"> <img height="36" src="../comuns/pop_lat2_right.gif" width="15" /></td> </tr> <tr> <td class="popline" width="15">  </td> <td align="right" width="521"> <form name="form_itens" method="post" runat="server"> <table cellspacing="0" cellpadding="0" width="480" border="0"> <tbody> <tr> <td class="text"> <img height="5" src="../comuns/space.gif" width="14" /></td> </tr> <tr> <td class="text"> <font color="#fd612b"><b><asp:Label id="chr_area" runat="server"></asp:Label></b></font></td> </tr> <tr> <td class="text"> <img height="15" src="../comuns/space.gif" width="14" /></td> </tr> <tr> <td class="text" align="right"> <% if area_votada then%> <asp:RadioButtonList id="int_id_opcao_enquete" runat="server" CssClass="text" DataTextField="chr_curso" DataValueField="int_id_opcao_enquete"></asp:RadioButtonList> <% else %> Você já votou nesta área. Para continuar, escolha outra área. <% end if %> </td> </tr> </tbody> </table> <table cellspacing="0" cellpadding="0" width="497" border="0"> <tbody> <tr> <td> <img height="10" src="../comuns/space.gif" width="14" /></td> </tr> <tr> <td class="hlblue"> <img height="10" src="../comuns/space.gif" width="14" /></td> </tr> <tr> <td class="text" id="td_total" align="right"> <img height="10" src="../comuns/space.gif" width="14" /></td> </tr> <tr> <td align="right"> <asp:ImageButton id="bt_ok" onclick="bt_ok_Click" runat="server" ImageUrl="../comuns/pop_bot_ok.gif"></asp:ImageButton> <img height="10" src="../comuns/space.gif" width="14" /><img height="10" src="../comuns/space.gif" width="14" /><img height="10" src="../comuns/space.gif" width="14" /><a href="java script:window.close();"></a></td> </tr> <tr> <td class="foot" align="left">  </td> </tr> </tbody> </table> </form> </td> <td class="popbk" width="15">  </td> </tr> <tr> <td class="popline" width="15">  </td> <td align="right" width="521">  </td> <td class="popbk" width="15">  </td> </tr> </tbody> </table> <table cellspacing="0" cellpadding="3" width="527" border="0"> <tbody> <tr> <td bgcolor="#f5f9fa"> <div class="copyr" align="center"><font color="#666666">Copyright 2003 <strong>SindVend</strong>. Todos os direitos reservados.</font> </div> </td> </tr> </tbody> </table></body></html>Ajudou?

Compartilhar este post


Link para o post
Compartilhar em outros sites

CARA SEU COD ESTÁ BEM LEGAL, AE UMA OUTRA FORMA DE FAZER É USANDO SESSIONS, ENTENDE?NÃO TEM JEITO DE FAZER COMO O ASP ENTÃO USAMOS SESSIONS, E OUTROS CONTROLES, T+

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.