0

I need to create a method to create a databaserecord. I have no idea how to work on javascript that's why I'am looking for someone who can help me out. Thank you.

values are Thank you.

(layerNo, tableID, itemID, type, keyValue)

6
  • are you developing ASP.NET project? or something else? what is the database? what have you tried so far? you may need the help of Ajax if you need to update the database from javascript, check stackoverflow.com/questions/10729129/… Commented Jan 6, 2014 at 2:28
  • I'm using C#.net.. I'm using sql for the database. I haven't tried anything yet as I just got the project today. Commented Jan 6, 2014 at 2:32
  • If this is an existing project, you may want to use similar data access methods already used in the application. You say you're using C#, yet in your title you say that you're trying to write to the database using Javascript. Can you please clarify how you envision the application working? Commented Jan 6, 2014 at 2:34
  • possible duplicate of Creating a method to check dabatabase Record using Javascript? Commented Jan 6, 2014 at 2:35
  • 3
    You have already asked this question. If you need to add more details, please edit your old question instead of creating a duplicate question. Commented Jan 6, 2014 at 2:37

1 Answer 1

1

The database will be updated from your C# code. Javascript might communicate the data to the web application (written in C#). The web app would typically perform the actual update. For a C# / ASP.NET web application, this could be done using ADO.NET or by using Entity Framework.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks. Can I ask you some other time again? I just need to clarify some more things to my boss regarding my project. Thank you

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.