T
Tony
I have a page with a Table control and 1 row. When the page loads, 5 rows are
added with their respective controls. There is a LinkButton that, when
clicked, will add 5 more rows to the Table. Whenever this button is clicked,
5 more rows are added. Except that because it is posting back, it does not
work correctly.
Is there a way I can add client-side script that would add the rows to the
table and be able to access a SQL server and .NET namespaces without posting
back? I know AJAX can accomplish this, but I am not familiar with how it is
implemented in ASP.NET. Does someone have an example of what I am trying to
do? Or an example of this implementation AJAX that is not too confusing?
added with their respective controls. There is a LinkButton that, when
clicked, will add 5 more rows to the Table. Whenever this button is clicked,
5 more rows are added. Except that because it is posting back, it does not
work correctly.
Is there a way I can add client-side script that would add the rows to the
table and be able to access a SQL server and .NET namespaces without posting
back? I know AJAX can accomplish this, but I am not familiar with how it is
implemented in ASP.NET. Does someone have an example of what I am trying to
do? Or an example of this implementation AJAX that is not too confusing?