I am trying to build a fancy jquery dropdown menu ,while making the menu items dynamic by bringing the values of menu items from database. I am using asp.net and sql server 2005 as my database,Is their any simple article to work this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://encosia.com/using-jquery-to-directly-call-aspnet-ajax-page-methods/
Create a page method that your jquery ajax can call and get results from. Populate the dropdown on click, just remember to do something to let the user know that the values are coming since the database might not respond instantly.