I am newish to coding and am working on a project in Visual Studio 2010 using VB. I want to implement Ajax in my solution and I think that I have to use .js files to do this. My question is, provided I can get appropriate JavaScripts to build the files, how should I store them in my solution and how do I actually call a class that I have created. I presume the .js file would be separate to the .aspx and .aspx.vb files. Any assistance would be appreciated.
I have searched online but I cannot find anything that shows how to create the .js file and then run it in the appropriate page. Just to give you a taste of my plans, I have a user database which is represented in the website via a gridview table. I want to use Ajax to enable me to drag and drop rows in the table to reposition users. Upon reposition the database will need to update to show where each user is now positioned in the table. I will be using a field called "UserID" for this which is an int.
Sorry for rambling on. Just trying to be as concise as possible. Thanks guys
