PDA

View Full Version : add row to GRIDVIEW


dpkbahuguna
03-19-2008, 10:16 AM
Hello friends..

I hava some data into array..and I have to put this all data to the GRIDVIEW ....
can anyone tell me pls that how can I add the rows to the girdview using JavaScript....

Thanks..!!!

vinyl-junkie
03-19-2008, 12:33 PM
Why do it in javascript? It's much easier to do with ASP.NET code. Here (http://www.codeguru.com/forum/showthread.php?t=385892) are a couple of examples of how to do it with ASP.NET.

dpkbahuguna
03-19-2008, 05:31 PM
Thanks vinyl-junkie to reply..

I have to use it in javascript becasue I have fetched the data from the server using AJAX to speed up, and I have stored it in array in javascript now I have to put this all data to GridView...

any advise will be appreciated...