Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Regarding <asp:table>


Message #1 by "Ashish M.bhonkiya" <Ashishm@p...> on Thu, 30 Jan 2003 09:38:57 +0530
What are the advantages of usint the 
<asp:table>
...
</asp:table>


instead of having..... html table controls.

i already know the first one is servercontrol and the later is html control.
i want to know the differences other than that..


regards

Message #2 by "Peter Pedersen" <peter@i...> on Thu, 30 Jan 2003 10:21:56 -0700
As far as I know, the main difference is that you can manipulate the
server control table programmatically, such as adding or removing cells,
etc , whereas with the html control you can't.



-----Original Message-----
From: Ashish M.bhonkiya [mailto:Ashishm@p...] 
Sent: Wednesday, January 29, 2003 9:09 PM
To: aspx_beginners
Subject: [aspx_beginners] Regarding <asp:table>


What are the advantages of usint the 
<asp:table>
...
</asp:table>


instead of having..... html table controls.

i already know the first one is servercontrol and the later is html
control. i want to know the differences other than that..


regards





  Return to Index