![]() |
Sergey Kornilov admin 9/7/2010 |
You can do this using Javascript API. This example can help you get started: |
W
|
waynes888 author 9/7/2010 |
You can do this using Javascript API. This example can help you get started: http://www.asprunner.com/forums/topic/14384-how-to-calculate-values-on-the-fly/ Since your logic requires a database call you'll need to implement a separate ASP page that retrieves data and make a call to this page from Javascript. Here is an example of how you can use AJAX call using jQuery: http://api.jquery.com/jQuery.get/
|
![]() |
Sergey Kornilov admin 9/8/2010 |
Just to be 100% sure I would use a suggested way to add Javascript files: |