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
Abhishek Chauhan
NA
90
5.6k
GridView fired event wasn't handled
Jan 2 2017 2:38 PM
Basically , the table that i am going to fetch has around 60 rows and i want to display in gridview by giving allowpaging & allowsorting property as 'true and also pagesize as '4'. It didn't give any complie time or runtime error but as soon when i click on the attribute for sorting or paging , it will throw an error. So, how can i overcome this exception...!!!!
Error:
The GridView 'grdview' fired event PageIndexChanging which wasn't handled.
The GridView 'grdview' fired event Sorting which wasn't handled.
<asp:GridView ID="grdview" CssClass="table table-hover" AllowPaging="true" PageSize="4" AllowSorting="true" runat="server"></asp:GridView>
Reply
Answers (
2
)
Do i need to study JavaScript in order to study Angular.js
How to set max length to JsonConvert.SerializeObject();