Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Atlas and <a runat="server">

Status
Not open for further replies.

sonya9879

Programmer
Jun 18, 2004
147
CA
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?
 
You'll want to use a LinkButton instead and wire up its click event.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top