I have just started web development.I want to make a screen to do basic add modify and delete operation.
The screen I’ve designed will have 3 tabs which will be add , display and delete.When I click on any of this tab a sub-screen should open for doing the operation accordingly. Another I thing I want to do is , I’ve a text field when I enter a number in it , I want to check for validation and tell him immediately if he’s correct or not.
What controls I need to know to do this or how should I go about doing this?
I have just started web development.I want to make a screen to do basic
Share
Follow this tutorial on ASP.NET MVC to get started in ASP.NET web development.
http://nerddinnerbook.s3.amazonaws.com/Intro.htm
The tutorial will show you how to create a database for your application and how to interact with it in code. It shows how to create views (web pages) and actions for Add, Read, Update and Delete operations.