[DotNetDevelopment] Re: Difference between and control

Tue, 25 Nov 2008 22:07:40 -0800

<asp:table> are server side table

<table> are not server side its client side tags

Prefer <table> tags itself because , we just use table to align the controls


On 11/26/08, Brandon Betances <[EMAIL PROTECTED]> wrote:
>
> never heard of <asp:Table> tag, but asp.net tags are ran at the server,
> not the client.
>
> On Wed, Nov 26, 2008 at 12:52 AM, Sreenivas <
> [EMAIL PROTECTED]> wrote:
>
>>
>> Hi  everybody ,
>>                    I am new to dotnet , I would like to know the
>> difference between <asp:table> and
>> <table> tags ,I dont know which i should prefer to other?
>
>
>

Reply via email to