tags:

views:

109

answers:

3

Hi Guys,

I am afraid to ask this kind of question as it has many factors to consider and its not easy for others to give suggestions.

But, I have to do this task and couldnt trace out the possible way to do this. One requirement I know is with the help of AJAX controls and Update panel ( I never worked on them) I have to do this.

Please please some ideas and suggstions, of how to start and soem pinpoints to get there.

it will be an internal portal site and users can access the data from this website which I have uploaded to the database and download data using UI I have.

hoping some help on this.

Thank you, Ramm

A: 

You're right. That's way too much for anyone to try to answer. But here are some links that should help:

Microsoft ASP.NET Ajax: http://www.asp.net/learn/ajax/

Db-driven ASP.NET App Tutorial: http://www.asp.net/learn/3.5-videos/video-363.aspx

Joe Davis
A: 

Here's a simple example in PHP using MySQL - http://www.w3schools.com/PHP/php_ajax_database.asp

barrowc
+1  A: 

You will need 2 components 1. Excel VBA : for retrieving data from web service and sending data to web service 2. Web Service : for providing data to excel vba and receiving data from excel vba for saving to database

I currently working for a project with this kind of mechanism, which involved database as backend and excel as user interface.