Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What JS technology to use for lookup tables
Message
From
02/07/2013 22:38:22
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 4.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01577700
Message ID:
01577711
Views:
65
Jquery and ajax. Some links

This is the raw ajax function in jquery
http://api.jquery.com/jQuery.ajax/

This is a wrapper around $.ajax() that simplifies a post ajax call.
http://api.jquery.com/jQuery.post/

Or better yet, here is a bunch of ajax stuff.
http://api.jquery.com/category/ajax/

All you have to do is bind a js function call to the change event of your combo box.

>I have a page in my ASP.NET application that uses several look-up tables (drop-down controls). Every time the user reloads this page, the Load method "gets" the data from the database and sets the value of the data view to the drop-down controls. It has not been a problem, so far, as far as page loading too slow. But I am wondering, what Javascript technology (or another technology) you would suggest to use if I wanted these pull-down lists (data views) to stay local and not be reloaded every time?
>
>TIA.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform