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
prasanna p
1.3k
470
103.1k
How to call grid_Loaded event again after loading first time
Jan 30 2020 12:19 AM
hi friends,
I have a scenario that I need to insert the records into the database table continuously.
Very First time the (XAML window)Grid_Loaded event is firing and the data is inserting into the database.After that the load event is not executing, records are not inserting into the database.
Once we reselect the setup icon only it is executing.I am calling dispatcher in the grid_Loaded event to refresh the lable.
how to set timer to grid_Loaded event or any other solution to do this operation?
thanks in Advance
Reply
Answers (
2
)
how to handle stackpanel mousedown event
Access to parent user control from children