fixing the page focus, when timer get refresh the content...,
-
Hi guys i have used with in updatepanel, timer control for changing my ads dynamically..., now my probs is in my page if i scroll down and look at the bottom contents..., when ever my timer getting refresh the content using the updatepanel..., my page losing the focus and go to the top of the page..., how to avoid it and fixing the page focus...,
Thanks & Regards, Member 3879881, please don't forget to vote on the post
-
Hi guys i have used with in updatepanel, timer control for changing my ads dynamically..., now my probs is in my page if i scroll down and look at the bottom contents..., when ever my timer getting refresh the content using the updatepanel..., my page losing the focus and go to the top of the page..., how to avoid it and fixing the page focus...,
Thanks & Regards, Member 3879881, please don't forget to vote on the post
</asp:GridView> </ContentTemplate> <Triggers> <asp:PostBackTrigger ControlID="gvCardFeesRReport" /> </Triggers> </asp:UpdatePanel> Try using this code before closing the UpdatePanel. Change gridview ID in COntrolID to ur Gridview ID. Hope this helps you.
Inderjeet Kaur Sr. Software Engg
-
</asp:GridView> </ContentTemplate> <Triggers> <asp:PostBackTrigger ControlID="gvCardFeesRReport" /> </Triggers> </asp:UpdatePanel> Try using this code before closing the UpdatePanel. Change gridview ID in COntrolID to ur Gridview ID. Hope this helps you.
Inderjeet Kaur Sr. Software Engg
Hi inderjeet, I didnt ask u for postback event..., i said clearly i used timer control for updatepanel content..., so page wont get postback..., it will do partial postback..., in that i am losing the page focus..., plz go through this url: http://124.153.80.135/[^] just go to some wht bottom page..., when my timer getting tick event the page will lose the focus...,
Thanks & Regards, Member 3879881, please don't forget to vote on the post