Hi i am developing a web site to download softwares.I want to get total no of downloads of softwares.hOw can i get actual values of downlod??
Protected Sub ImageButton1_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles ImageButton1.Click
Response.Redirect("../Mysoftwares/" & dset.Tables(0).Rows(0).Item(1).ToString() & ".exe")
End Sub
'code to redirect at softwares folder to download