Registration and login in asp.net mvc using entity framework code-first approach - part 2.
Пікірлер
@mthanatv27136 жыл бұрын
thanks brother your videos are helpful. continue to help us we appreciate you kindness
@mesmaeil844 жыл бұрын
Thanks for this videos ,it really helpfull for me, I hope to make authorizations
@daalwada5 жыл бұрын
Thanks! Your video helped me solve my Login issue. :) Keep going!
@nicolasarbio8204 жыл бұрын
You are amazing!! Many thanks! Just one question, in the "Log out" process I just simply have to set the Sessions variables to null or ""? Thanks again :)
@mitechro4 жыл бұрын
try Session.Abandon for disconnect session or Session.Clear for clear session values
@muzindawonde75814 жыл бұрын
Thanks for the video,but it won't pass to logged view ,am entering the correct credentials,why.?
@TamalNaidoo2 жыл бұрын
I am having the same problem
@ganeshpandhikunta11632 жыл бұрын
Hello mam would you try to do shopping cart application in MVC framework using code first approch
@shadowluck15204 жыл бұрын
i followed the whole video and none of it works for me, it just stay on the same page even i used the correct or incorrect password. Whats is wrong with my code.
@muzindawonde75814 жыл бұрын
By, I have the same problem,did you find the problem.
@TamalNaidoo2 жыл бұрын
@@muzindawonde7581 did you find the problem I am having the same problem
@shraddhasultanvar9455 жыл бұрын
why dont you show if database is created in sql server?
@muhammadehtisham37305 жыл бұрын
no Answer :p why
@daalwada5 жыл бұрын
Database is necessary. How will you insert the data if database is not there?
@BoswAkay74u3 жыл бұрын
The video was not about that. He did how ever show creating the class and the dbContext. Remember in Code First Approach, the database is automatically created from the classes. So I assume he believes who ever watches this video already knows that.
@bansiharkal35086 жыл бұрын
thanks its really helpful but at the end when i insert correct credentials then also it cant redirect to logged in page some session error is there can you help me for this
@orlandohenaocespedes12174 жыл бұрын
no logro pasar al loggedin
@entertaingames79186 жыл бұрын
THANKS it helpful but u have not taken step logout and session expired ...