How to create Login page using Session in asp.net c# - Hindi

  Рет қаралды 47,642

Ankit Prajapati

Ankit Prajapati

Күн бұрын

Пікірлер: 57
@The-developer028
@The-developer028 6 жыл бұрын
Thanks sir This video is very easy to understand and works perfectly unlike other's this type of video
@doveryatrv9677
@doveryatrv9677 4 жыл бұрын
Thank you for this video, I unable to understand other's this type of video
@kavitasharma-yr2gc
@kavitasharma-yr2gc Жыл бұрын
Ik doubt h sir,ap ne table frontend m bna diya h.agr hm sql server m jakar bna de to koo error to nhi ayegi ?
@pintukumbhakar519
@pintukumbhakar519 6 жыл бұрын
Very helpful for my new project ... And upload some video of panel
@TheSonpal
@TheSonpal 6 жыл бұрын
Hello Mr. Ankit, As per your video I tried connect to database but I got error: SQL Network Interfaces error: 50- Local Database runtime error occurred.Cannot create an automatic instance....... Now what can I do to connect database like you. I am using studio community 2917 and sql 2014 installed in my laptop.
@sunbhabani
@sunbhabani 7 жыл бұрын
Dear sir, the video is really so nice and very much understanding. Your voice also so much good and clear. I would request how the Login can be execute via AJAX method. Can you please do the same Login using a Ajax technology ? so that page will not be refresh.
@AnkitPrajapatiOfficial
@AnkitPrajapatiOfficial 7 жыл бұрын
sunbhabani yes obviously I will try to use in my next tutorial video.
@sunbhabani
@sunbhabani 7 жыл бұрын
Thanks sir for your reply. Please make it clean and easy to understanding. Also please take care about the security when implementing the Jquery-Ajax, if java-script turn-off in any condition in a browser. Hope to listen from you soon sir.
@kaykreiziboy9632
@kaykreiziboy9632 6 жыл бұрын
this video is clear and good, you have made the work easy enough. can i have the code as a text document
@AnkitPrajapatiOfficial
@AnkitPrajapatiOfficial 6 жыл бұрын
Kay Kreiziboy yes why not. Just send me your mail id.
@kaykreiziboy9632
@kaykreiziboy9632 6 жыл бұрын
my mail is kkreiziboy@gmail.com
@chandramohankumar7410
@chandramohankumar7410 4 жыл бұрын
@@AnkitPrajapatiOfficial cmk10999@gmail.com
@anilkumarprajapati1544
@anilkumarprajapati1544 7 жыл бұрын
good best of luck career
@sauravsaini214
@sauravsaini214 6 жыл бұрын
Nice fadu video
@wahaxoxo
@wahaxoxo 6 жыл бұрын
Boht great yaar thanks!
@amitsonpal9134
@amitsonpal9134 6 жыл бұрын
Nice! but think the back ground music should be turn off. thank you
@chandanbhalala8787
@chandanbhalala8787 3 жыл бұрын
Thank you brother
@parmarfamily6311
@parmarfamily6311 12 күн бұрын
Thank you 😊
@BhaktiChannel72
@BhaktiChannel72 3 жыл бұрын
thank you sirji
@usmansamad4899
@usmansamad4899 3 жыл бұрын
Thank You SO Much....
@AnkitPrajapatiOfficial
@AnkitPrajapatiOfficial 3 жыл бұрын
Welcome!
@AMAZINGPOINT
@AMAZINGPOINT 2 жыл бұрын
Thanks
@arianb.balawa351
@arianb.balawa351 2 жыл бұрын
Thank you sir🙂🙂
@mritunjaygiri3626
@mritunjaygiri3626 4 жыл бұрын
sir i am facing one problems in my asp.net project.....i use many master pages and more than 20 content pages of one master page the problem is how to manage all folders...in solution explorer there is more than 300 folders how to merge one master page and its content page in one folder. pls help me i search every where but no any result.
@Chaurasia_AakashArya-1510
@Chaurasia_AakashArya-1510 6 жыл бұрын
Respected Sir,ur 2much fast I don't think this video is perfect 4 beginners.......
@AnkitPrajapatiOfficial
@AnkitPrajapatiOfficial 6 жыл бұрын
I am speaking in hindi so i hope you could understand better. And you can download video and then watch it by pausing video. You will get better insight toward this. Thank you.
@dilshadashraf3317
@dilshadashraf3317 6 жыл бұрын
Plzz Upload video ..how to make a user profile for indivisual student like his photos,Name ,Father Name,Course,Semester,Year ..etc ..at atime only student data should be show..Thank you..
@AnkitPrajapatiOfficial
@AnkitPrajapatiOfficial 6 жыл бұрын
Ok i will make it...
@Seyanhyriu
@Seyanhyriu 6 жыл бұрын
Thank you!
@sprakashvasaikar4776
@sprakashvasaikar4776 6 жыл бұрын
superb explain sir sir session and cookies difference so plz send me link
@Tagmesam
@Tagmesam 6 жыл бұрын
Sir i want a video related to send email when any one submit the details and they get a thankful message from my side.
@AnkitPrajapatiOfficial
@AnkitPrajapatiOfficial 4 жыл бұрын
You will get it soon on my channel...
@TheSonpal
@TheSonpal 6 жыл бұрын
Hello Mr. Ankit, I am watching your video but still need help to ask question so let me know is there any way?
@AnkitPrajapatiOfficial
@AnkitPrajapatiOfficial 6 жыл бұрын
Amit Sonpal ankit.prj46@gmail.com email me
@veerendrapalsinghrathore1384
@veerendrapalsinghrathore1384 5 жыл бұрын
Thankyu so much for this
@ashhad50
@ashhad50 3 жыл бұрын
Thanks for the tutorial but i can not redirect to the next page after login, why is it so? Here is my query SqlCommand cmd = new SqlCommand("Select Username, Password from Credentials where Username = '" + txtUsername.Text + "' and Password = '" + txtPass.Text + "'", con); con.Open(); SqlDataReader dr = cmd.ExecuteReader(); if (dr.Read()) { Session["id"] = txtUsername.Text; Response.Redirect("Employees.aspx"); } else { Response.Write("Icorrect user credentials"); }
@FunAndLearnCoding
@FunAndLearnCoding 5 жыл бұрын
you created session variable for session id and used username textbox
@armughangul7536
@armughangul7536 6 жыл бұрын
superb
@AnkitPrajapatiOfficial
@AnkitPrajapatiOfficial 6 жыл бұрын
Armughan Gul thank you
@raviprajapati1711
@raviprajapati1711 5 жыл бұрын
Awesome bro
@pratibhamaurya2340
@pratibhamaurya2340 4 жыл бұрын
Simple kase hogo session used vo batayi
@Coding_neja
@Coding_neja Жыл бұрын
user name show hota ha home page pa
@vanshikamishra2007
@vanshikamishra2007 Жыл бұрын
We can't change the quality of the video
@shahwaiznaveed3290
@shahwaiznaveed3290 4 жыл бұрын
@sonaalibhattacharya1164
@sonaalibhattacharya1164 6 жыл бұрын
helpful video , but esi audio mt lgaiye background me , its freaking scary.
@AnkitPrajapatiOfficial
@AnkitPrajapatiOfficial 6 жыл бұрын
sonali bhattacharya ok.
@bhaveshparmar2665
@bhaveshparmar2665 2 жыл бұрын
Hello sir, please share this code
@Tagmesam
@Tagmesam 6 жыл бұрын
error---: SqlConnection cn=new SqlConnection(@"Data Source=(LocalDB)\v11.0;AttachDbFilename="D:\internship project\App_Data\Database.mdf";Integrated Security=True"); didnot understand about the error.
@AnkitPrajapatiOfficial
@AnkitPrajapatiOfficial 6 жыл бұрын
Send me your code n error on ankit.prj46@gmail.com
@Tagmesam
@Tagmesam 6 жыл бұрын
error resolved sir
@sadanandkumar6852
@sadanandkumar6852 Жыл бұрын
Hii. I am sadanand Can I talk to you
@sadanandkumar6852
@sadanandkumar6852 Жыл бұрын
Sadanand prajapati
@kumarshivakar642
@kumarshivakar642 6 жыл бұрын
main chahta hun ki hm jis page se login kr rhe hain usi page pr login rhe or wha se hm jis jis page pr jaye hm login rhe hain hm ek session me rhe, to kya aap mujhe bta skte hain my mail id:- kumarshivakar396@gmail.com is pr link send kr skte hain jb ho jaye.
@sidrachuhan5055
@sidrachuhan5055 9 ай бұрын
Background music issu
@vyasjack954
@vyasjack954 5 жыл бұрын
Thank You SO Much.....
@sprakashvasaikar4776
@sprakashvasaikar4776 6 жыл бұрын
superb explain sir sir session and cookies difference so plz send me link
@sprakashvasaikar4776
@sprakashvasaikar4776 6 жыл бұрын
superb explain sir sir session and cookies difference so plz send me link
How to Show Popup MessageBox in Webform or Webpage in Asp net c#
4:01
Ankit Prajapati
Рет қаралды 52 М.
How to Create Login Page in Asp.Net Web Form With Sql DataBase
19:47
Это было очень близко...
00:10
Аришнев
Рет қаралды 6 МЛН
Mom had to stand up for the whole family!❤️😍😁
00:39
Wait for the last one 🤣🤣 #shorts #minecraft
00:28
Cosmo Guy
Рет қаралды 17 МЛН
Login and Logout with Session. Asp.net Core MVC .net6. Vs2022
18:17
Metehan Akgül
Рет қаралды 10 М.
ASP.Net How to make Master Page
12:30
Ripon Datta
Рет қаралды 380 М.
C# - MVC Login & Logout Example Step By Step
41:54
Vetrivel D
Рет қаралды 26 М.
how to display username after login in asp.net
15:09
Asp Web
Рет қаралды 42 М.
asp.net Login with Session and LogOut
13:32
Amit Andipara
Рет қаралды 121 М.