how to create a UI page of existing RDMS tables with no data saved in the tables in .NET???
There are four tables having no data(Assume null) but have foreign and primary keys in all tables.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Partho MazumdarPosted Jun 27, 2017, 4:59 PM
#.Database Name: Persona
#.Table details.
PersonaName :
Personaid
First Name
LastName
Country ID
PersonaEmailAddress:
Personaid
Email Address
CountryID
PersonaPhone:
Personaid
Phone no
Telephone no
area code
CountryID
PersonaAddress:
Personaid
Address
City
State
CountryID
Country:
CountryID
Country Name
UI Requirements
Build a Web application with below requirement and Consume the WCF service.
1. Country can different for name , address , email address and phone
2. A page / form A Lookup button to get the above persona details
3. A page / form to perform Create, Update and Delete operations.
Vivek KumarPosted Jun 25, 2017, 6:29 PM
Anil JhaPosted Jun 25, 2017, 7:26 AM