Home > .NET, Ajax, Application, ASP, ASP.NET, Assignment, Database, Javascript, jQuery, JSON > Asp.net Database Application Assignment

Asp.net Database Application Assignment

September 28th, 2011

I need an application in asp.net using mvc jquery and ajax call. This application has involve two tables
1. Employee(Id, name, address, cityid, gender)
2. City(Id, name)

There should be following operations on there like:
Insertion
updation
Deletion
Search
Validation
Datagrid

Etc should be implemented on employee table.
It must using jquery/json ajax call procedure for popup data purpose.


Asp.net Database Application Assignment

Comments are closed.
Bear