C# – Login with a DataSet (tutorial)
Today i am showing you how to create a simple login with a dataset. A dataset is a database within c# that is stored using a XML! Please check out Team Dutch…
Video Tutorial Rating: 4 / 5
Don’t forget to check out our other video tutorials or share this video with a friend.
12 responses to “C# – Login with a DataSet (tutorial)”
Leave a Reply Cancel reply
Video Tutorials
Bringing you the best video tutorials for Photoshop, Illustrator, Fireworks, WordPress, CSS and others.
Video tutorial posted 15/09/14
Category: C# Tutorials
Pages
Random Videos
Video Categories
- 3DS Max Tutorials (150)
- After Effects Tutorials (160)
- C# Tutorials (121)
- Colour (6)
- Crazy Effects (1)
- CSS Tutorials (120)
- Dreamweaver Tutorials (139)
- Excel Tutorials (127)
- Featured (10)
- Fireworks Tutorials (131)
- General Effects (9)
- HTML Tutorials (143)
- Illustration and Vector (1)
- Illustrator Tutorials (174)
- IMove Tutorials (119)
- Lightroom Tutorials (145)
- People and Faces (3)
- Photoshop Tutorials (169)
- Text Effects (7)
- Uncategorized (32)
- WordPress Tutorials (140)
Tags
VideoTutorials.co.uk
-
Videotutorials.co.uk offers the web's best Photoshop tutorials, Illustrator video guides, CSS and HTML tutorials and much more all in one place. With new videos being added every day, you can learn how to master software and code to give your images and website some great effects.
Our site has beginner, intermediate and advanced video tutorials of varying lengths so you can learn a new skill at your own speed and level. So whether you're a web designer, print designer or just wanting to edit some family photos, you can get to it quickly and easily using these free video guides. (more)
I tried the same, but for me it says for
Username = dsUsers.Tables[“LoginUsers”].Rows[i][“UserName”].ToString();
Password = dsUsers.Tables[“LoginUsers”].Rows[i][“Password”].ToString();
for the [i] that The name ´i`Does Not Exist in the Current Context.
Did i miss something?
Thanks for the tutorial! very good
Looks like very secure program. What if user read your xml file and see
username/password. he get in your program haha
Please repost this with a clear video … Thanks
its work but i cant do it in asp.net thanks
That error occours because the root of your harddrive is protected. You can
try to set the permissions of the map (sharing settings) but I have not got
that to work. So everything but the root of C
I do not know this. it only reads XML.
Thanks for the feedback. I will work on that
it does not work… i had an one error access to the path ‘C:XMLUser.xml’
is denied… plz help me…….
Really hard to see anything.
Well I stronly disrecommend using the root of the hdd, But if you want you
need to have the xml ready (or make a map in C:/) en then right click ->
properties->Security and there you need to set the users to full acces. If
that does not work then I don not have a clue how to do it (Windows is very
secure on the root)
This technique is very old so the new environments of C# could not work