On demand ASP table rows

  • Thread starter Thread starter bigbrorpi
  • Start date Start date
B

bigbrorpi

Hi -

I have an ASP .NET 2.0 page that has an ASP table within a formview for
data entry. I want the user to be able to click a button and have the
table redrawn with a new row containing data entry controls i.e. ddl,
textbox (preferably w/o a postback). Only sticking point is that I need
to have validation controls on the table rows, so I'm not sure how I
would do this with just JS. Is this something that I could use a
callback for?

Thanks!
 
Back
Top