R
Ram
Hi All,
I am binding a GridView control using object data source. I have
included a linkbutton with in the gridview and using its commandname
property , I am passing few values( id and name fields). I have set the
AllowPaging property to true and Pagesize property to 5.
While running the application, in the first page of the gridview
things are working fine. ie. On licking the linkbutton values are
passed correctly to the target page . But in the second page , values
are not passed correctly. It takes the values of the corresponding row
from the first page of the grid view and hence wrong values are passed
to the target page.
Please help me in solving this problem.
Thanks in advance.
Regards,
S.Ramalingam.
I am binding a GridView control using object data source. I have
included a linkbutton with in the gridview and using its commandname
property , I am passing few values( id and name fields). I have set the
AllowPaging property to true and Pagesize property to 5.
While running the application, in the first page of the gridview
things are working fine. ie. On licking the linkbutton values are
passed correctly to the target page . But in the second page , values
are not passed correctly. It takes the values of the corresponding row
from the first page of the grid view and hence wrong values are passed
to the target page.
Please help me in solving this problem.
Thanks in advance.
Regards,
S.Ramalingam.