I've never written a web page that's used AJAX :o.
Now that I've confessed that, can you give me some advice on how to get started?
Right now, I have a windows program that I use to load a database from an Excel spreadsheet. I wrote it for myself. Now I want to put it in the hands of the user (so when they want to do a load on 12/31 at 5:00 p.m. I don't have to feel bad when I say no). Obviously, it will need to be more sophisticated (for example, i will want to load the spreadsheet into a datagridview so the user can review the data before submitting to the database. Right now I display no data, I just navigate to the Excel file location and click a submit button).
I pretty much have free reign on how to implement this, so I am creating an opportunit for myself to learn AJAX.
I am starting here, is this a good place?
I don't understand this (from the link above):
The Ajax Control Toolkit contains controls that you can use to build highly responsive and interactive Ajax-enabled Web applications. These controls do not require knowledge of JavaScript or Ajax.
I think that is the point - to acquire knowledge about javascript and AJAX.
And what about this - If you want to create Ajax client-side interactivity without using server controls... Is there an advantage? I'd have to give up my dgv and use something else instead? Maybe that is too much to learn all at once.
And just to give you some background about the company where I work, I have been here two years and I feel kind of stuck. I have not really learned anything new. One project was in MVC, but I wasn't on it, except to write the web service, which was still a good ole aspx web service. So I am still working with the same technology I have always worked with. This project I am asking about, I pretty much suggested it to the user and they liked it, so it seems like a good springboard to get started. Thanks for any suggestions and tutorials that will help me.