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
Marius Vasile
552
1.9k
145.8k
asp.net core razor pages. add an input value to two different tables
Dec 13 2020 7:09 AM
I have a form with one input but I want to save the data to two different tables
<input asp-
for
=
"PTWHandover.StartDateNew"
class
=
"form-control"
style=
"background-color:aqua"
/>
<input hidden asp-
for
=
"PTWContent.StartDate"
/>
What should add to hidden input to have it performing the add?
Reply
Answers (
8
)
I want to show the user's Posts on their profile
asp.net core razor pages. Authorize access for group of users