thanks....
thanks alot . how to add data dynamically to the grid...
that means i will enter use name and login in one page .
it will get through
var u =document.getElementById("uname").value;
var p = document.getElementById("pwd").value;
then i want to display the usename and password in next page dynamically in a grid layout..