hi guys
here is my problem
i know to make table from html
....
but i really want to add more rows and data from css ... , and i dont know how to do that ..
because iam using c# to make a project and i want to add more rows and data when the customer press (add) button
here (c# code)
mytable.style.add("???","???") ... i dont know what should i write here so i can add more rows and data ...
i hope you guys can help me
thank you
Jignesh TrivediPosted Dec 9, 2013, 3:10 AM
hi
please refer msdn link
http://msdn.microsoft.com/en-us/library/7bewx260(v=vs.100).aspx
this can be also achieve by Jquery
http://stackoverflow.com/questions/171027/add-table-row-in-jquery
hope this will help you.