i need to design a page like after clicking the search button of the form, details must be shown on the same page.Also i should be able to delete the records displayed on each row.how can i do this.please help me out.
dynamically display a table and delete the row
Collapse
X
-
You'll need to use the AJAX method to retrieve search data. If you do not know what AJAX is, here is a link to a tutorial: http://www.w3schools.com/ajax/default.asp. Before learning AJAX, you will need to learn Javascript and a server side scripting language such as PHP or ASP.Net.
Comment