Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Eric Mbiada
2k
70
21k
one PageIndexChanging that control more than one Gridviews
Aug 5 2017 11:31 AM
Hello,
I just want to know if it's possible to have one
PageIndexChanging
that will control more than one
Gridview
as shown by the image attached. The data bind in the
Gridview
come from the same table I decided to divide it into 3 Gridviews for a better display of the data. I want one
PageIndexChanging
that will control the 3 Gridviews.
Gridview C# Code attached
Thanks
Attachment:
Gridview.rar
Reply
Answers (
1
)
Map lists of nested objects with Dapper (3 level nested obj)
What is the difference between IEnumerable and Foreach loop