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
Ganesh R
NA
7
2.1k
i need a jquery datatable for listview in asp.net
Dec 1 2014 12:25 AM
<script type="text/javascript">
$(function () {
$("#example").prepend($("<thead></thead>").append($(this).find("tr:first"))).dataTable(
{
pageSize: 3,
searching: true,
ordering: false
}
);
})
</script>
this is my code example is listview id but its not working what i do for this,please help me.
Reply
Answers (
6
)
excepted identifier string or number
how to fetch DataSet values from webservice using jquery and