Pagination (2nd page) and non-text data in a column
Pagination (2nd page) and non-text data in a column
Hi,
Have a datatable that is used to display 100 names (contact list) and all everything works great except for one thing that I am unsure of.
One of the columns is showing/displaying a lync presense icon (coding is very similar as seen on this page - http://www.alkanesolutions.co.uk/2015/01/07/integrating-lync-status-asp-net-gridview/ - except written for an asp page instead of .net). Everything works great on the first page (icon appears in the column - one per row per user) but not on page 2.
Modified version of what I have:
<span id="<%=objRS("mail")%>" onmouseover="ShowOOUI('<%=objRS("mail")%>')" onmouseout="HideOOUI()"> </span>
Hoping someone can point me in the right direction...user info is being pulled from a database - all text that is pulled for other columns/rows appears on 2nd page - just the lync icon that will not show up.
Regards,
Jerry