TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Emdadul Haque
NA
26
829
I want to review posted data before final review
Mar 13 2020 12:33 AM
Here is my Database Design
Create Table UserPost
(
PostId int Primary Key Identity,
Post Nvarchar(300)
)
GO
Create Table Employee
(
EmpId int Primary Key Identity,
Email Nvarchar(50),
[Address] Nvarchar(150),
Phone Nvarchar(20),
Dob Date,
ReferID int Foreign Key References UserPost(PostId)
)
I want to review user post before final submit and to request Employee for accept or reject user post.
How can i solve it.. please someone help me
Reply
Answers (
1
)
Inserting Image Error!
Dropdownlist showing list of all countries in asp.net mvc