Hi,
In my application, I am using DataList to display the data. For Navigation I added two Link Buttons as Next and Previous. On Click of these button I populate the Data and display in the DataList.
Now I want to add "Slide Effect" to "Div" containing the DataList. I have written the javascript function to have Slide Effect using JQuery and Also Server side function to populate the next records in the DataList on same buttons. Due to this only one functionality is working either "sliding effect" or "Next Records".
Anyone has any Idea regarding this. Any help appreciated........
Thanks,
VIkram
VikramPosted May 25, 2010, 10:16 AM
You are right I am using same function(Javascript onclick Event of Link Button) for Sliding Effect and Next Record(LinkButton_Click event).
My requirement is to populate the data in Datalist first by using Server side function and "Div" containing the DataList should have Sliding Effect using JQuery in Client Side.
So that the User see the Sliding effect with new data.
Thanks,
VIkram
CrishPosted May 25, 2010, 9:38 AM
There may be possible your two methods have same name in sliding effect and Next Records.