8
Answers

VB.Net

Hi, I have one function  called getreport() and one button called btnGenerateReport,  my code is -

Protected Sub btnGenerateReport_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnGenerateReport.Click

getreport()

End Sub

as soon as i click on button i want to get time before loading data from this function and after loading data from this function.
So that i can get that how much time this function is taking to load data.

Help.


Answers (8)