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
Vishal agrawal
NA
50
26.5k
Inserting data in database at regular interval all the time
May 18 2015 2:29 AM
sir,
I need to create such a utility under my asp.net C# web application that will keep on inserting data at regular interval all the time on server side only.
Currently i m using
timer base data insertion
but problem that i m facing is that data is being inserted as long as client request the url.
And Data is not inserted until and unless there is a single client request to the url and also when more that one client using the same url then there is duplicate data insertion inb database.
Kindly suggest me any solution to overcome this problem.
Regards,
Vishal Agrawal
Reply
Answers (
16
)
Remove text
Multiple Nested Grid View in Asp.net ?