Hi guyz
I have been surfing the web for a while know and im not exactly too sure what to search for as i dont have much jquery, ajax experiance.
I need help, finger in the right direction or a known tutorial or something
Here is what i want to do
- I want to have an html table that will be created dynamically by the C# .net code (already have this)
- I want to have two buttons, one to update my the table instantly once pressed and a delete button which will delete the record and basically refresh the table without reloading the web page
- also have a add button that will add the product from one table (insert into sql) then show up on the other table without page refresh.
basically i want to know how to perform sql without the page refreshing and have the tables update without page refresh
I have been surfing the web for a while know and im not exactly too sure what to search for as i dont have much jquery, ajax experiance.
I need help, finger in the right direction or a known tutorial or something
Here is what i want to do
- I want to have an html table that will be created dynamically by the C# .net code (already have this)
- I want to have two buttons, one to update my the table instantly once pressed and a delete button which will delete the record and basically refresh the table without reloading the web page
- also have a add button that will add the product from one table (insert into sql) then show up on the other table without page refresh.
basically i want to know how to perform sql without the page refreshing and have the tables update without page refresh
Comment