Which one is the best?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi,In web app i have to generate a table dynamically,and the cell values are store in the database. I want to use javascript instead of codebehind to generate tablerows. Then when i click the button all the tablecell values are store in the database. How can i send values to server to store them in datbase? Or which is the best one?Generate table through javascript or codebehind? Advanced Thanks, Srilakshmi