I am new to coding and working on a project in Visual Studio 2010 using VB. I want to implement Ajax in my solution, and I think that for this I should use .js files. My question is that I can get the appropriate JavaScripts to create the files, how to store them in my solution and what I actually call the class that I created. I assume the .js file will be split into .aspx and .aspx.vb files. Any help would be appreciated.
I searched on the Internet, but I can not find anything that shows how to create a .js file, and then run it on the corresponding page. To give you an idea of my plans, I have a user database that is presented on a website through a gridview table. I want to use Ajax to allow me to drag rows in a table to move users. When you rearrange the database, you will need to update to show where each user is now in the table. I will use a field called "UserID" for this, which is an int.
Sorry for the incoherent communication. Just trying to be as concise as possible. Thanks guys
Gavin source share