ASP.NET COM HTML

MHDSERAFS 21/11/2012 02:26:19
#414505
Amigos bom dia!
tenho uma tabela em html criada dentro da pagina em asp, gostaria de saber como chamar esta tabela através de um botão em asp
a tabela carregara na mesma pagina do botão.

eu ja carrego a tabela qdo no webform e esta tudo ok, mas não sei como carregar por um botão

segue o codigo que tentei usar para carregar a tabela pelo click do botão

Protected Sub A_Click(ByVal sender As Object, ByVal e As EventArgs) Handles A.Click
<table border=[Ô]2[Ô] cellpadding=[Ô]0[Ô] cellspacing=[Ô]0[Ô] style=[Ô]border-collapse:
collapse;width:418pt[Ô] width=[Ô]557[Ô] class=[Ô]drop[Ô] frame=[Ô]border[Ô]>
<colgroup>
<col style=[Ô]mso-width-source:userset;mso-width-alt:7643;width:157pt[Ô]
width=[Ô]209[Ô] />
<col style=[Ô]mso-width-source:userset;mso-width-alt:6692;width:137pt[Ô]
width=[Ô]183[Ô] />
<col style=[Ô]mso-width-source:userset;mso-width-alt:3181;width:65pt[Ô]
width=[Ô]87[Ô] />
<col style=[Ô]mso-width-source:userset;mso-width-alt:2852;width:59pt[Ô]
width=[Ô]78[Ô] />
</colgroup>

<tr height=[Ô]21[Ô]>
<td class=[Ô]button[Ô] height=[Ô]21[Ô] width=[Ô]209[Ô] align=[Ô]center[Ô] colspan=[Ô]1[Ô]>
Alimento</td>
<td class=[Ô]button[Ô] width=[Ô]183[Ô] align=[Ô]center[Ô]>
Medida Caseira</td>
<td class=[Ô]button[Ô] width=[Ô]87[Ô] align=[Ô]center[Ô]>
Peso (gr)</td>
<td class=[Ô]button[Ô] width=[Ô]78[Ô] align=[Ô]center[Ô]>
Calorias</td>
</tr>
<tr height=[Ô]21[Ô]>
<td class=[Ô]drop[Ô] height=[Ô]21[Ô] width=[Ô]209[Ô] align=[Ô]center[Ô]>
Abacate</a></td>
<td class=[Ô]drop[Ô] width=[Ô]183[Ô] align=[Ô]center[Ô]>
1/2 unidade</td>
<td class=[Ô]drop[Ô] width=[Ô]87[Ô] align=[Ô]center[Ô]>
200</td>
<td class=[Ô]drop[Ô] width=[Ô]78[Ô] align=[Ô]center[Ô]>
324</td>
</tr>
<tr height=[Ô]21[Ô]>
<td class=[Ô]drop[Ô] height=[Ô]21[Ô] width=[Ô]209[Ô] align=[Ô]center[Ô]>
Abacaxi</td>
<td class=[Ô]drop[Ô] width=[Ô]183[Ô] align=[Ô]center[Ô]>
1 fatia</td>
<td class=[Ô]drop[Ô] width=[Ô]87[Ô] align=[Ô]center[Ô]>
100</td>
<td class=[Ô]drop[Ô] width=[Ô]78[Ô] align=[Ô]center[Ô]>
52</td>
</tr>
<tr height=[Ô]21[Ô]>
<td class=[Ô]drop[Ô] height=[Ô]21[Ô] width=[Ô]209[Ô] align=[Ô]center[Ô]>
Abacaxi em calda</td>
<td class=[Ô]drop[Ô] width=[Ô]183[Ô] align=[Ô]center[Ô]>
1 taça</td>
<td class=[Ô]drop[Ô] width=[Ô]87[Ô] align=[Ô]center[Ô]>
150</td>
<td class=[Ô]drop[Ô] width=[Ô]78[Ô] align=[Ô]center[Ô]>
184</td>

</table></center>
End Sub

grato
KERPLUNK 21/11/2012 10:26:51
#414515
Acho que não entendi direito o que você quer fazer. Você quer ter um botão que você clica e a tabela aparece na página, isso?
Tópico encerrado , respostas não são mais permitidas