hello,
Thanks for the sum and count total for the other page.
Now i have a another issue. I try to do is click the link and open a new page instead of using the current webpage. But i put the code in and still not working.
Can you see what i did wrong?
Protected Sub HSASbDlnk_Click(sender As Object, e As EventArgs) Handles HSASbDlnk.Click
Response.Redirect("~/Advising/Report/HUSRActiveStudent.aspx/',/'_blank/")
End Sub
<table>
<tr>
<td><p class="padding1"><asp:LinkButton ID="HSASbDlnk" runat="server">
Human Services Active Student----------------------- Select Term & Track</asp:LinkButton></p></td>
</tr>
<tr>
<td><p class="padding2"><asp:LinkButton ID="HSASlnk" runat="server">
Human Services Active Student----------------------- Select Term Only</asp:LinkButton></p> </td>
</tr>
</table>
thanks.