Girdview
-
Hi, Girdview paging with checkbox I have select the items in gridview checkbox.the selected items are list in another gridview.Please help me.How to solve this task.
-
Hi, Girdview paging with checkbox I have select the items in gridview checkbox.the selected items are list in another gridview.Please help me.How to solve this task.
On what event the Items should be loaded in other GridView , Is it on Some Button Click or any other Server side event If yes then Put selected GridViewRow in a GridViewRow Object and add that Row object to Second GridView eg GridView2.Rows.Add(GridViewRow Object)
-
Hi, Girdview paging with checkbox I have select the items in gridview checkbox.the selected items are list in another gridview.Please help me.How to solve this task.
shanthi jothi wrote:
Hi, Girdview paging with checkbox I have select the items in gridview checkbox.the selected items are list in another gridview.Please help me.How to solve this task.
Good. Then what is your problem ?
cheers, Abhijit My Recent Article : Beginner's Guide To View State