AJAX Enabled website
-
hai all, In my project,I have developed an application using ajax anabled website.. When i place the Gridview Control inside update panel.. Paging is not working..i.e ..in first page alone it is displaying the paging..when i go to some other page(like 2 nd or 3 rd page).. the paging is not working..its visibility becomes false...the script manager property is placed in the master page.. how can i overcome this issue???? please help... thanks in advance....
with Regards, Imthiyas Ahamed.A
-
hai all, In my project,I have developed an application using ajax anabled website.. When i place the Gridview Control inside update panel.. Paging is not working..i.e ..in first page alone it is displaying the paging..when i go to some other page(like 2 nd or 3 rd page).. the paging is not working..its visibility becomes false...the script manager property is placed in the master page.. how can i overcome this issue???? please help... thanks in advance....
with Regards, Imthiyas Ahamed.A
Have you set UpdateMode="conditional" to the update panel bEst rEgard pAthan
please don't forget to vote on the post that helped you.
-
Have you set UpdateMode="conditional" to the update panel bEst rEgard pAthan
please don't forget to vote on the post that helped you.
-
Have you set UpdateMode="conditional" to the update panel bEst rEgard pAthan
please don't forget to vote on the post that helped you.
-
hai all, In my project,I have developed an application using ajax anabled website.. When i place the Gridview Control inside update panel.. Paging is not working..i.e ..in first page alone it is displaying the paging..when i go to some other page(like 2 nd or 3 rd page).. the paging is not working..its visibility becomes false...the script manager property is placed in the master page.. how can i overcome this issue???? please help... thanks in advance....
with Regards, Imthiyas Ahamed.A
Try this Code: Protected Sub GridView1_PageIndexChanging(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewPageEventArgs) Handles GridView1.PageIndexChanging GridView1.PageIndex = e.NewPageIndex fillgrid()//call the fillgrid() function. End Sub God is always with you.