Question

I'm building a web application as an apprentice developer, and I'm stuck completely on how to have this "add information" button? Would it need to be in a <table>?

Was it helpful?

Solution

Hmmm that's quite a vague question but I will try and help and give you a direction to Google things.

You might want to add a input button to your html for the user to click on. When the user clicks on the button you call a technology called JQuery which can then pass information from the client to the server via a technology called AJAX. AJAX can pass information from text fields of your new employees to the server.

Now in the code behind you can then call stored procedures and edit your database.

If you google the bolded text you should get a bit further with your endeavor.

Good Luck!

P.s I am from a C# ASP.net back ground.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top