how to read data from html table using c#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nirmalsingh
    New Member
    • Sep 2006
    • 218

    how to read data from html table using c#

    hai!
    i created table just like
    Response.Write( "<table>");
    ....
    ....
    ....
    Response.Write( "</table>");
    and load some datas in cells from data base, after i edit the datas i want to read all data(inclluding edited) from table and store it to database. help me plz
Working...