Skip to main content

Tagged: ajax

  • Dynamic GridView rows in ASP.NET
    Tags:

    Here's a simple proof-of-concept for dynamically adding and removing rows in an ASP.NET GridView control while maintaining the existing data. The ViewState is used to maintain the information between postbacks. The rehydrate_table …

View all tags