hi all,
I have grid view in a page which is binded to a datasourse and it also contails itemtemplate fields with textboxes... now my requirement is i want to display this gridview in another page...
iam able to display the gridview in another page if gridview contains no cotrols(itemFie lds). by putting datatable in session and using in another page.... but how to do it if the grid view contains controls(itemFi elds)... the way i did is having the gridview object in session...
but my problem i couldnot able to make the gridview visible in another page(wich also contains the gridview)
Can any one solve my problem by providing sample code
for better underdstanding you can see the following gridview image in the attachment..
Thanking You boss
I have grid view in a page which is binded to a datasourse and it also contails itemtemplate fields with textboxes... now my requirement is i want to display this gridview in another page...
iam able to display the gridview in another page if gridview contains no cotrols(itemFie lds). by putting datatable in session and using in another page.... but how to do it if the grid view contains controls(itemFi elds)... the way i did is having the gridview object in session...
but my problem i couldnot able to make the gridview visible in another page(wich also contains the gridview)
Can any one solve my problem by providing sample code
for better underdstanding you can see the following gridview image in the attachment..
Thanking You boss
Comment