Hello,
I have a datalist paging in ASP.NET 2.0 and I am trying to use atlas on top of it for the paging but I am having a hard time trying to figure out if it is possible to trigger a <a id="NextPage" runat="server"> tag event within atlas so I can get it to work. The paging I am doing is instantiated by clicking a <a href> link which value is generated on the server side. There why I am using the runat="server" option. The problem is that when I wrap my datalist within atlas nothing happen because I can't find a way to trigger it.
<Triggers>
<atlas:ControlEventTrigger ControlID="NextPage" EventName="????" />
</Triggers>
Does anyone knows if this is possible?
I have a datalist paging in ASP.NET 2.0 and I am trying to use atlas on top of it for the paging but I am having a hard time trying to figure out if it is possible to trigger a <a id="NextPage" runat="server"> tag event within atlas so I can get it to work. The paging I am doing is instantiated by clicking a <a href> link which value is generated on the server side. There why I am using the runat="server" option. The problem is that when I wrap my datalist within atlas nothing happen because I can't find a way to trigger it.
<Triggers>
<atlas:ControlEventTrigger ControlID="NextPage" EventName="????" />
</Triggers>
Does anyone knows if this is possible?