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
tuanbs
NA
23
103.8k
How to pass a column in a table of database into autocomplete plugin of JQuery?
Oct 10 2009 6:28 AM
Please look at following code:
<script>
$(document).ready(function(){
var data = "Core Selectors Attributes Traversing Manipulation CSS Events Effects Ajax Utilities".split(" ");
$("#example").autocomplete(data);
});
</script>
Data in above code is a array. Now I want data is a column in table or a dataset. Then how do I write code in page .aspx to achieve it. Please don't use JSon + MVC because I use .NET 2.0. Help me. Thanks you very much.
Reply
Answers (
4
)
Authentication in asp.net
how to maintain values in gridview even after passing to prev page?