TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
rachayita jaiswal
NA
217
106.1k
VB.Net
Jul 17 2013 7:07 AM
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.
Reply
Answers (
8
)
calculator: focus on enter button
How to execute multiple queries with one connection