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
Cezary Wiak
NA
7
0
Razor pages single field SQL Server update
Jul 21 2020 8:04 PM
Can anyone point me in ea tight direction. I am using VS2019. I am developing an inventory tracking website. I have an index page witha list of items in HTML table (int ID, string Tag_No, string Description, string Verify...). The default Razor Pages SQL Server CRUD operations work great. My issue is: on the Index page I also have an <input type="text" name="txtTag".../>tag where upon entry of an item's Tag_No (from hand held scanner), I need to update the "Verify" field of a single item. In other words I want to achieve the following using Razor Pages: UPDATE Inventory SET Verify = 'D' WHERE Tag_No = txtTag (where txtTag is a string from the input tag on the index page).
Reply
Answers (
1
)
About converting Html content to PDF format
Cannot be constructed to Linq