Creating HTML Table at run time using asp.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • steve waugh
    New Member
    • Oct 2007
    • 13

    Creating HTML Table at run time using asp.net

    Hi All

    I want to create HTML Table at run time in ASP.NET page.

    Can any one send me the code for the same.


    Thanx in Advance
  • harshmaul
    Recognized Expert Contributor
    • Jul 2007
    • 490

    #2
    Hi,
    you can use a repeater...
    but it really depends on what you want the table to output.

    Are you getting data from a table you want to print out etc...

    Comment

    • kunal pawar
      Contributor
      • Oct 2007
      • 297

      #3
      What u want to show in table ??

      u can do it using Gridview, DataRepeater and using Response.write Method too

      Comment

      Working...