Thanks for the demo. We can use AntiForgeryToken as well to avoid these CSRF attacks
@hendesebilisim7 жыл бұрын
I follow your all MVC lessons.Thank you sir.
@salmanabdulkarim19507 жыл бұрын
sir you work is really really appreciable , Thank you so much to give us the best way to learn this technology :)
@bobbysugianto57447 жыл бұрын
Great Sir Venkat! I really appreciate your tutorial and subscribed and still follow on it. By the way, can't we just right click - inspect element and then just change the value of the hidden field to hack and change the name instead of using fiddler?
@shahfaisal39233 жыл бұрын
That kinda request won't effect Server / SQL.
@dsingh320511 жыл бұрын
Thank you for part 19. HAVE A GREAT DAY.
@kakhitv5878 жыл бұрын
Your videos are very very good and detailed. Thank you so much.
@munkhn739 жыл бұрын
i know this is old video. but for the knowledge, how about just change using developer tools on any browser? you can easily look and change values of hidden fields.
@iBoolGuy6 жыл бұрын
I know this is an old comment, but I don't think he actually wanted to make changes, he was just trying to preview to us how the method works. Feels ridiculous looking at this ancient comment section.. :\
@imranbhatti79065 жыл бұрын
thaknkyou for giving useful info, have a great day Please watch part 19 before proceeding to part 20 video.
@aloneinseattle9 жыл бұрын
How do i pass a ViewBag to DisplayFor? For example if I set ViewBag.Foo = "bar" in my controller then how do I show this as a non editable text field on my form view? Is there a different helper than DisplayFor for this purpose?
@guruprasady53629 жыл бұрын
Thanks, Its great.
@tanujgyan200810 жыл бұрын
Lucid explanation. Thanks for it
@danishhabib34958 жыл бұрын
Thanks Good Job.
@Csharp-video-tutorialsBlogspot8 жыл бұрын
+Danish Habib Thank you for the feedback Danish Habib. This means a lot. Very pleased you found these videos useful. Dot Net & SQL Server training videos to help you become a web developer kzbin.infoplaylists?view=1&sort=dd Download videos for offline viewing www.pragimtech.com/Order.aspx Slides, Code Samples & Text Version of the videos can be found on my blog csharp-video-tutorials.blogspot.com Tips to effectively use our youtube channel kzbin.info/www/bejne/r2ibYYCtnb5qZtU To receive alerts, when new videos are uploaded, please subscribe to our channel kzbin.info If you like these videos, please click on the THUMBS UP button below the video May I request you to please share the link with your friends who you think would also benefit from them To teach is to learn Thanks Venkat
@samirayusifova45189 жыл бұрын
Wow!!! Great!!!!!
@KiranNadukula11 жыл бұрын
Thank you, Sir!!!!!!!!
@TheErchetan10 жыл бұрын
Is it necessary to defined [HttpGet] and [HttpPost]
@terencecluttey83027 жыл бұрын
using developer tool (F12) then just changing the value in the hidden field is a much easier way of doing this.
@natanasabapathynadalingam65769 жыл бұрын
You have stopped changing the name using Fidler. If I change the Employee Id itself in Fidler, how can we handle it?
@dgloria6 жыл бұрын
It really looks like they can use fiddler for SQL injection. Which is No.1 priority to block.