datagrid navigation problem

Y

Yoshitha

Hi,

I have a data drid in my web application i set paging as 10.
it is showing 10 rows at the first page when i navigate to next page it is
showing the same page when i click it again it is showing some with in the
first page itself.

i wrote the code like this in the code behind page

Private Sub grdSkills_PageIndexChanged(ByVal source As System.Object, ByVal
e As System.Web.UI.WebControls.DataGridPageChangedEventArgs) Handles
grdSkills.PageIndexChanged

grdSkills.CurrentPageIndex = e.NewPageIndex

End Sub

It is not navigating properly. when i place the cursor on the page no it
showing error in the task bar that java
script:_dopostback('grdskills$_Ctl14$_ctl1',"



Please can one help me out.



Regards & thanks,

Krishna Murthy.K
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top