<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? > > >
